#3A5AB1

Color #3A5AB1 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3A5AB1

Tints of Cerulean Blue #3A5AB1

Color information

#3A5AB1 (or 0x3A5AB1) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 5A and B1. RGB value is (58,90,177). Sum of RGB (Red+Green+Blue) = 58+90+177=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A5AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5AB1 is #C5A54E. Grayscale: #595959. Windows color (decimal): -12952911 or 11622970. OLE color: 11622970.

HSL color Cylindrical-coordinate representation of color #3A5AB1: hue angle of 223.87º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A5AB1 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5890177-
CMYK0.670.4900.31
HSL223.87º50.64%46.08%-
HSV(B)223.87º67.23%69.41%-
XYZ13.3411.3943.09-
YUV90.35176.9104.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 177 (69.53% from 255) = 54.46%
R=17.85%
G=27.69%
B=54.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58901770.670.4900.31223.8750.6446.08
Hex3A5AB1433101Fe0332e
Octal72132261103610373406356
Binary111010101101010110001100001111000101111111100000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5AB1; }

 p { color: rgb(58,90,177); }

 H1.HeaderClassName
 {
   color: #3A5AB1;
 }
 .AnyTagClassName
 {
   color: #3A5AB1;
 }
</style>
background-color css

<style>
 a { background-color: #3A5AB1; }

 a { background-color: rgb(58,90,177); }

 div.DivClassName
 {
   background-color: #3A5AB1;
 }
 .BgClassName
 {
   background-color: #3A5AB1;
 }
</style>
border-color css

<style>
 span { border-color: #3A5AB1; }

 span { border-color: rgb(58,90,177); }

 td.TdClassName
 {
   border-color: #3A5AB1;
 }
 .TagClassName
 {
   border-color: #3A5AB1;
 }
</style>