#3369CC

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

Shades of Royal Blue #3369CC

Tints of Royal Blue #3369CC

Color information

#3369CC (or 0x3369CC) is unknown color: approx Royal Blue. HEX triplet: 33, 69 and CC. RGB value is (51,105,204). Sum of RGB (Red+Green+Blue) = 51+105+204=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #3369CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3369CC is #CC9633. Grayscale: #636363. Windows color (decimal): -13407796 or 13396275. OLE color: 13396275.

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

Color convert

RGB51105204-
CMYK0.750.4900.2
HSL218.82º60%50%-
HSV(B)218.82º75%80%-
XYZ17.3215.1759.14-
YUV100.14186.6192.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.17%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=14.17%
G=29.17%
B=56.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511052040.750.4900.2218.826050
Hex3369CC4B31014db3c32
Octal63151314113610243337462
Binary110011110100111001100100101111000101010011011011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3369CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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