Html Css Color HEX #334EC8 Cerulean Blue

📋 copy color: '#334EC8'

red 51 ◦ green 78 ◦ blue 200

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

Shades of Cerulean Blue #334EC8

Tints of Cerulean Blue #334EC8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.71%

 BLUE value IS 200 (78.52% from 255) = 60.79%

R = 15.5%
G = 23.71%
B = 60.79%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#334EC8 (or 0x334EC8) is known color: Cerulean Blue. HEX triplet: 33, 4E and C8. RGB value is (51,78,200). Sum of RGB (Red+Green+Blue) = 51+78+200=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #334EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EC8 is #CCB137. Grayscale: #535353. Windows color (decimal): -13414712 or 13127219. OLE color: 13127219.

HSL color Cylindrical-coordinate representation of color #334EC8: hue angle of 229.13º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334EC8 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 78 200 -
CMYK 0.74 0.61 0 0.22
HSL 229.13º 0.59% 0.49% -
HSV(B) 229.13º 0.75% 0.78% -
XYZ 14.51 10.32 55.87 -
YUV 83.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 51 78 200 0.74 0.61 0 0.22 229.13 0.59 0.49
Hex 33 4E C8 4A 3D 0 16 E5 3B 31
Octal 63 116 310 112 75 0 26 345 73 61
Binary 110011 1001110 11001000 1001010 111101 0 10110 11100101 111011 110001

Color Harmonies of #334EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334EC8

Black with #334EC8

Text Example


Text Example

White with #334EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,78,200); }

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

background-color css

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

 a { background-color: rgb(51,78,200); }

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

border-color css

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

 span { border-color: rgb(51,78,200); }

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