Html Css Color HEX #334CB6 Cerulean Blue

📋 copy color: '#334CB6'

red 51 ◦ green 76 ◦ blue 182

#334CB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #334CB6

Tints of Cerulean Blue #334CB6

RGB

 RED value IS 51 (20.31% from 255) = 16.5%

 GREEN value IS 76 (30.08% from 255) = 24.6%

 BLUE value IS 182 (71.48% from 255) = 58.9%

R = 16.5%
G = 24.6%
B = 58.9%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#334CB6 (or 0x334CB6) is known color: Cerulean Blue. HEX triplet: 33, 4C and B6. RGB value is (51,76,182). Sum of RGB (Red+Green+Blue) = 51+76+182=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #334CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CB6 is #CCB349. Grayscale: #505050. Windows color (decimal): -13415242 or 11947059. OLE color: 11947059.

HSL color Cylindrical-coordinate representation of color #334CB6: hue angle of 228.55º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334CB6 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 76 182 -
CMYK 0.72 0.58 0 0.29
HSL 228.55º 0.56% 0.46% -
HSV(B) 228.55º 0.72% 0.71% -
XYZ 12.39 9.25 45.39 -
YUV 80.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 51 76 182 0.72 0.58 0 0.29 228.55 0.56 0.46
Hex 33 4C B6 48 3A 0 1D E5 38 2E
Octal 63 114 266 110 72 0 35 345 70 56
Binary 110011 1001100 10110110 1001000 111010 0 11101 11100101 111000 101110

Color Harmonies of #334CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CB6

Black with #334CB6

Text Example


Text Example

White with #334CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #334CB6;
 }
 .AnyTagClassName
 {
   color: #334CB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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