Html Css Color HEX #334AAC Cerulean Blue

📋 copy color: '#334AAC'

red 51 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #334AAC

Tints of Cerulean Blue #334AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 17.17%
G = 24.92%
B = 57.91%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#334AAC (or 0x334AAC) is known color: Cerulean Blue. HEX triplet: 33, 4A and AC. RGB value is (51,74,172). Sum of RGB (Red+Green+Blue) = 51+74+172=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #334AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334AAC is #CCB553. Grayscale: #4D4D4D. Windows color (decimal): -13415764 or 11291187. OLE color: 11291187.

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

Color convert

RGB 51 74 172 -
CMYK 0.70 0.57 0 0.33
HSL 228.6º 0.54% 0.44% -
HSV(B) 228.6º 0.7% 0.67% -
XYZ 11.26 8.58 40.09 -
YUV 78.3 180.88 108.53 -
System Red Green Blue C M Y K H S L
Decimal 51 74 172 0.70 0.57 0 0.33 228.6 0.54 0.44
Hex 33 4A AC 46 39 0 21 E5 36 2C
Octal 63 112 254 106 71 0 41 345 66 54
Binary 110011 1001010 10101100 1000110 111001 0 100001 11100101 110110 101100

Color Harmonies of #334AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AAC

Black with #334AAC

Text Example


Text Example

White with #334AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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