#334EC7

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

Shades of Cerulean Blue #334EC7

Tints of Cerulean Blue #334EC7

Color information

#334EC7 (or 0x334EC7) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4E and C7. RGB value is (51,78,199). Sum of RGB (Red+Green+Blue) = 51+78+199=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 199 (78.12% from 255 or 60.67% from 328); Max value from RGB is 199 - color contains mainly: blue. Hex color #334EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EC7 is #CCB138. Grayscale: #535353. Windows color (decimal): -13414713 or 13061683. OLE color: 13061683.

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

Color convert

RGB5178199-
CMYK0.740.6100.22
HSL229.05º59.2%49.02%-
HSV(B)229.05º74.37%78.04%-
XYZ14.410.2855.26-
YUV83.72193.05104.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 199 (78.12% from 255) = 60.67%
R=15.55%
G=23.78%
B=60.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51781990.740.6100.22229.0559.249.02
Hex334EC74A3D016e53b31
Octal63116307112750263457361
Binary110011100111011000111100101011110101011011100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #334EC7;
 }
 .AnyTagClassName
 {
   color: #334EC7;
 }
</style>
background-color css

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

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

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

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

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

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