#334CA5

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

Shades of Cerulean Blue #334CA5

Tints of Cerulean Blue #334CA5

Color information

#334CA5 (or 0x334CA5) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4C and A5. RGB value is (51,76,165). Sum of RGB (Red+Green+Blue) = 51+76+165=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 165 (64.84% from 255 or 56.51% from 292); Max value from RGB is 165 - color contains mainly: blue. Hex color #334CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334CA5 is #CCB35A. Grayscale: #4E4E4E. Windows color (decimal): -13415259 or 10832947. OLE color: 10832947.

HSL color Cylindrical-coordinate representation of color #334CA5: hue angle of 226.84º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334CA5 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5176165-
CMYK0.690.5400.35
HSL226.84º52.78%42.35%-
HSV(B)226.84º69.09%64.71%-
XYZ10.748.5936.69-
YUV78.67176.72108.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 165 (64.84% from 255) = 56.51%
R=17.47%
G=26.03%
B=56.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51761650.690.5400.35226.8452.7842.35
Hex334CA54536023e3352a
Octal63114245105660433436552
Binary1100111001100101001011000101110110010001111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334CA5; }

 p { color: rgb(51,76,165); }

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

<style>
 a { background-color: #334CA5; }

 a { background-color: rgb(51,76,165); }

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

<style>
 span { border-color: #334CA5; }

 span { border-color: rgb(51,76,165); }

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