#334DC7

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

Shades of Cerulean Blue #334DC7

Tints of Cerulean Blue #334DC7

Color information

#334DC7 (or 0x334DC7) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4D and C7. RGB value is (51,77,199). Sum of RGB (Red+Green+Blue) = 51+77+199=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 199 (78.12% from 255 or 60.86% from 327); Max value from RGB is 199 - color contains mainly: blue. Hex color #334DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DC7 is #CCB238. Grayscale: #525252. Windows color (decimal): -13414969 or 13061427. OLE color: 13061427.

HSL color Cylindrical-coordinate representation of color #334DC7: hue angle of 229.46º 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 #334DC7 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5177199-
CMYK0.740.6100.22
HSL229.46º59.2%49.02%-
HSV(B)229.46º74.37%78.04%-
XYZ14.3310.1455.23-
YUV83.13193.39105.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 199 (78.12% from 255) = 60.86%
R=15.60%
G=23.55%
B=60.86%

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
Decimal51771990.740.6100.22229.4659.249.02
Hex334DC74A3D016e53b31
Octal63115307112750263457361
Binary110011100110111000111100101011110101011011100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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