Html Css Color HEX #334AC0 Cerulean Blue

📋 copy color: '#334AC0'

red 51 ◦ green 74 ◦ blue 192

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

Shades of Cerulean Blue #334AC0

Tints of Cerulean Blue #334AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.57%

R = 16.09%
G = 23.34%
B = 60.57%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#334AC0 (or 0x334AC0) is known color: Cerulean Blue. HEX triplet: 33, 4A and C0. RGB value is (51,74,192). Sum of RGB (Red+Green+Blue) = 51+74+192=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #334AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AC0 is #CCB53F. Grayscale: #505050. Windows color (decimal): -13415744 or 12601907. OLE color: 12601907.

HSL color Cylindrical-coordinate representation of color #334AC0: hue angle of 230.21º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334AC0 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 74 192 -
CMYK 0.73 0.61 0 0.25
HSL 230.21º 0.58% 0.48% -
HSV(B) 230.21º 0.73% 0.75% -
XYZ 13.33 9.41 50.98 -
YUV 80.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 51 74 192 0.73 0.61 0 0.25 230.21 0.58 0.48
Hex 33 4A C0 49 3D 0 19 E6 3A 30
Octal 63 112 300 111 75 0 31 346 72 60
Binary 110011 1001010 11000000 1001001 111101 0 11001 11100110 111010 110000

Color Harmonies of #334AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AC0

Black with #334AC0

Text Example


Text Example

White with #334AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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