Html Css Color HEX #334DAC Cerulean Blue

📋 copy color: '#334DAC'

red 51 ◦ green 77 ◦ blue 172

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

Shades of Cerulean Blue #334DAC

Tints of Cerulean Blue #334DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 17%
G = 25.67%
B = 57.33%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#334DAC (or 0x334DAC) is known color: Cerulean Blue. HEX triplet: 33, 4D and AC. RGB value is (51,77,172). Sum of RGB (Red+Green+Blue) = 51+77+172=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #334DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334DAC is #CCB253. Grayscale: #4F4F4F. Windows color (decimal): -13414996 or 11291955. OLE color: 11291955.

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

Color convert

RGB 51 77 172 -
CMYK 0.70 0.55 0 0.33
HSL 227.11º 0.54% 0.44% -
HSV(B) 227.11º 0.7% 0.67% -
XYZ 11.47 8.99 40.16 -
YUV 80.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 51 77 172 0.70 0.55 0 0.33 227.11 0.54 0.44
Hex 33 4D AC 46 37 0 21 E3 36 2C
Octal 63 115 254 106 67 0 41 343 66 54
Binary 110011 1001101 10101100 1000110 110111 0 100001 11100011 110110 101100

Color Harmonies of #334DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DAC

Black with #334DAC

Text Example


Text Example

White with #334DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,77,172); }

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

background-color css

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

 a { background-color: rgb(51,77,172); }

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

border-color css

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

 span { border-color: rgb(51,77,172); }

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