#3372FF

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

Shades of Royal Blue #3372FF

Tints of Royal Blue #3372FF

Color information

#3372FF (or 0x3372FF) is unknown color: approx Royal Blue. HEX triplet: 33, 72 and FF. RGB value is (51,114,255). Sum of RGB (Red+Green+Blue) = 51+114+255=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #3372FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3372FF is #CC8D00. Grayscale: #6E6E6E. Windows color (decimal): -13405441 or 16740915. OLE color: 16740915.

HSL color Cylindrical-coordinate representation of color #3372FF: hue angle of 221.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3372FF is Cyan = 0.8, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51114255-
CMYK0.80.5500
HSL221.47º100%60%-
HSV(B)221.47º80%100%-
XYZ25.4319.9697.12-
YUV111.24209.1385.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.14%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 255 (100% from 255) = 60.71%
R=12.14%
G=27.14%
B=60.71%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511142550.80.5500221.4710060
Hex3372FF503700dd643c
Octal63162377120670033514474
Binary110011111001011111111101000011011100110111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3372FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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