#334BA5

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

Shades of Cerulean Blue #334BA5

Tints of Cerulean Blue #334BA5

Color information

#334BA5 (or 0x334BA5) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4B and A5. RGB value is (51,75,165). Sum of RGB (Red+Green+Blue) = 51+75+165=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 165 (64.84% from 255 or 56.70% from 291); Max value from RGB is 165 - color contains mainly: blue. Hex color #334BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334BA5 is #CCB45A. Grayscale: #4D4D4D. Windows color (decimal): -13415515 or 10832691. OLE color: 10832691.

HSL color Cylindrical-coordinate representation of color #334BA5: hue angle of 227.37º 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 #334BA5 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5175165-
CMYK0.690.5500.35
HSL227.37º52.78%42.35%-
HSV(B)227.37º69.09%64.71%-
XYZ10.678.4536.67-
YUV78.08177.05108.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 75 (29.69% from 255) = 25.77%
BLUE value IS 165 (64.84% from 255) = 56.70%
R=17.53%
G=25.77%
B=56.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51751650.690.5500.35227.3752.7842.35
Hex334BA54537023e3352a
Octal63113245105670433436552
Binary1100111001011101001011000101110111010001111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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