Html Css Color HEX #334AAF Cerulean Blue

📋 copy color: '#334AAF'

red 51 ◦ green 74 ◦ blue 175

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

Shades of Cerulean Blue #334AAF

Tints of Cerulean Blue #334AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.33%

R = 17%
G = 24.67%
B = 58.33%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#334AAF (or 0x334AAF) is known color: Cerulean Blue. HEX triplet: 33, 4A and AF. RGB value is (51,74,175). Sum of RGB (Red+Green+Blue) = 51+74+175=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #334AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334AAF is #CCB550. Grayscale: #4E4E4E. Windows color (decimal): -13415761 or 11487795. OLE color: 11487795.

HSL color Cylindrical-coordinate representation of color #334AAF: hue angle of 228.87º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #334AAF is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 74 175 -
CMYK 0.71 0.58 0 0.31
HSL 228.87º 0.55% 0.44% -
HSV(B) 228.87º 0.71% 0.69% -
XYZ 11.55 8.7 41.63 -
YUV 78.64 182.38 108.29 -
System Red Green Blue C M Y K H S L
Decimal 51 74 175 0.71 0.58 0 0.31 228.87 0.55 0.44
Hex 33 4A AF 47 3A 0 1F E5 37 2C
Octal 63 112 257 107 72 0 37 345 67 54
Binary 110011 1001010 10101111 1000111 111010 0 11111 11100101 110111 101100

Color Harmonies of #334AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AAF

Black with #334AAF

Text Example


Text Example

White with #334AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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