#3370CC

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

Shades of Royal Blue #3370CC

Tints of Royal Blue #3370CC

Color information

#3370CC (or 0x3370CC) is unknown color: approx Royal Blue. HEX triplet: 33, 70 and CC. RGB value is (51,112,204). Sum of RGB (Red+Green+Blue) = 51+112+204=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #3370CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370CC is #CC8F33. Grayscale: #676767. Windows color (decimal): -13406004 or 13398067. OLE color: 13398067.

HSL color Cylindrical-coordinate representation of color #3370CC: hue angle of 216.08º 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 #3370CC is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51112204-
CMYK0.750.4500.2
HSL216.08º60%50%-
HSV(B)216.08º75%80%-
XYZ18.0616.6559.39-
YUV104.25184.2990.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=13.90%
G=30.52%
B=55.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511122040.750.4500.2216.086050
Hex3370CC4B2D014d83c32
Octal63160314113550243307462
Binary110011111000011001100100101110110101010011011000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3370CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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