Html Css Color HEX #334FAB Cerulean Blue

📋 copy color: '#334FAB'

red 51 ◦ green 79 ◦ blue 171

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

Shades of Cerulean Blue #334FAB

Tints of Cerulean Blue #334FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 16.94%
G = 26.25%
B = 56.81%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#334FAB (or 0x334FAB) is known color: Cerulean Blue. HEX triplet: 33, 4F and AB. RGB value is (51,79,171). Sum of RGB (Red+Green+Blue) = 51+79+171=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #334FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334FAB is #CCB054. Grayscale: #505050. Windows color (decimal): -13414485 or 11226931. OLE color: 11226931.

HSL color Cylindrical-coordinate representation of color #334FAB: hue angle of 226º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #334FAB is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 79 171 -
CMYK 0.70 0.54 0 0.33
HSL 226º 0.54% 0.44% -
HSV(B) 226º 0.7% 0.67% -
XYZ 11.51 9.24 39.7 -
YUV 81.12 178.72 106.52 -
System Red Green Blue C M Y K H S L
Decimal 51 79 171 0.70 0.54 0 0.33 226 0.54 0.44
Hex 33 4F AB 46 36 0 21 E2 36 2C
Octal 63 117 253 106 66 0 41 342 66 54
Binary 110011 1001111 10101011 1000110 110110 0 100001 11100010 110110 101100

Color Harmonies of #334FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FAB

Black with #334FAB

Text Example


Text Example

White with #334FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,171); }

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

background-color css

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

 a { background-color: rgb(51,79,171); }

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

border-color css

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

 span { border-color: rgb(51,79,171); }

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