#3372CC

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

Shades of Royal Blue #3372CC

Tints of Royal Blue #3372CC

Color information

#3372CC (or 0x3372CC) is unknown color: approx Royal Blue. HEX triplet: 33, 72 and CC. RGB value is (51,114,204). Sum of RGB (Red+Green+Blue) = 51+114+204=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #3372CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3372CC is #CC8D33. Grayscale: #686868. Windows color (decimal): -13405492 or 13398579. OLE color: 13398579.

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

Color convert

RGB51114204-
CMYK0.750.4400.2
HSL215.29º60%50%-
HSV(B)215.29º75%80%-
XYZ18.2817.159.46-
YUV105.42183.6389.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=13.82%
G=30.89%
B=55.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511142040.750.4400.2215.296050
Hex3372CC4B2C014d73c32
Octal63162314113540243277462
Binary110011111001011001100100101110110001010011010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3372CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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