#3372EF

Color #3372EF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3372EF

Tints of Royal Blue #3372EF

Color information

#3372EF (or 0x3372EF) is unknown color: approx Royal Blue. HEX triplet: 33, 72 and EF. RGB value is (51,114,239). Sum of RGB (Red+Green+Blue) = 51+114+239=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #3372EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3372EF is #CC8D10. Grayscale: #6C6C6C. Windows color (decimal): -13405457 or 15692339. OLE color: 15692339.

HSL color Cylindrical-coordinate representation of color #3372EF: hue angle of 219.89º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3372EF is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB51114239-
CMYK0.790.5200.06
HSL219.89º85.45%56.86%-
HSV(B)219.89º78.66%93.73%-
XYZ22.9618.9784.11-
YUV109.41201.1386.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.62%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 239 (93.75% from 255) = 59.16%
R=12.62%
G=28.22%
B=59.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal511142390.790.5200.06219.8985.4556.86
Hex3372EF4F3406dc5539
Octal63162357117640633412571
Binary11001111100101110111110011111101000110110111001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3372EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3372EF; }

 p { color: rgb(51,114,239); }

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

<style>
 a { background-color: #3372EF; }

 a { background-color: rgb(51,114,239); }

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

<style>
 span { border-color: #3372EF; }

 span { border-color: rgb(51,114,239); }

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