#334CBB

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

Shades of Cerulean Blue #334CBB

Tints of Cerulean Blue #334CBB

Color information

#334CBB (or 0x334CBB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4C and BB. RGB value is (51,76,187). Sum of RGB (Red+Green+Blue) = 51+76+187=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #334CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CBB is #CCB344. Grayscale: #505050. Windows color (decimal): -13415237 or 12274739. OLE color: 12274739.

HSL color Cylindrical-coordinate representation of color #334CBB: hue angle of 228.97º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334CBB is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5176187-
CMYK0.730.5900.27
HSL228.97º57.14%46.67%-
HSV(B)228.97º72.73%73.33%-
XYZ12.929.4648.16-
YUV81.18187.72106.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 187 (73.44% from 255) = 59.55%
R=16.24%
G=24.20%
B=59.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51761870.730.5900.27228.9757.1446.67
Hex334CBB493B01Be5392f
Octal63114273111730333457157
Binary110011100110010111011100100111101101101111100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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