#334CBF

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

Shades of Cerulean Blue #334CBF

Tints of Cerulean Blue #334CBF

Color information

#334CBF (or 0x334CBF) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4C and BF. RGB value is (51,76,191). Sum of RGB (Red+Green+Blue) = 51+76+191=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #334CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CBF is #CCB340. Grayscale: #515151. Windows color (decimal): -13415233 or 12536883. OLE color: 12536883.

HSL color Cylindrical-coordinate representation of color #334CBF: hue angle of 229.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334CBF is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5176191-
CMYK0.730.6000.25
HSL229.29º57.85%47.45%-
HSV(B)229.29º73.3%74.9%-
XYZ13.359.6350.45-
YUV81.63189.72106.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 76 (30.08% from 255) = 23.90%
BLUE value IS 191 (75% from 255) = 60.06%
R=16.04%
G=23.90%
B=60.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51761910.730.6000.25229.2957.8547.45
Hex334CBF493C019e53a2f
Octal63114277111740313457257
Binary110011100110010111111100100111110001100111100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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