Html Css Color HEX #334EBC Cerulean Blue

📋 copy color: '#334EBC'

red 51 ◦ green 78 ◦ blue 188

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

Shades of Cerulean Blue #334EBC

Tints of Cerulean Blue #334EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 16.09%
G = 24.61%
B = 59.31%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#334EBC (or 0x334EBC) is known color: Cerulean Blue. HEX triplet: 33, 4E and BC. RGB value is (51,78,188). Sum of RGB (Red+Green+Blue) = 51+78+188=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #334EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EBC is #CCB143. Grayscale: #525252. Windows color (decimal): -13414724 or 12340787. OLE color: 12340787.

HSL color Cylindrical-coordinate representation of color #334EBC: hue angle of 228.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334EBC is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 78 188 -
CMYK 0.73 0.59 0 0.26
HSL 228.18º 0.57% 0.47% -
HSV(B) 228.18º 0.73% 0.74% -
XYZ 13.17 9.78 48.77 -
YUV 82.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 51 78 188 0.73 0.59 0 0.26 228.18 0.57 0.47
Hex 33 4E BC 49 3B 0 1A E4 39 2F
Octal 63 116 274 111 73 0 32 344 71 57
Binary 110011 1001110 10111100 1001001 111011 0 11010 11100100 111001 101111

Color Harmonies of #334EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334EBC

Black with #334EBC

Text Example


Text Example

White with #334EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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