#334EBC

Color #334EBC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #334EBC

Tints of Cerulean Blue #334EBC

Color information

#334EBC (or 0x334EBC) is unknown color: approx 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

RGB5178188-
CMYK0.730.5900.26
HSL228.18º57.32%46.86%-
HSV(B)228.18º72.87%73.73%-
XYZ13.179.7848.77-
YUV82.47187.55105.56-

RGB Variations

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

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 (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51781880.730.5900.26228.1857.3246.86
Hex334EBC493B01Ae4392f
Octal63116274111730323447157
Binary110011100111010111100100100111101101101011100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>