#3766CC

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

Shades of Royal Blue #3766CC

Tints of Royal Blue #3766CC

Color information

#3766CC (or 0x3766CC) is unknown color: approx Royal Blue. HEX triplet: 37, 66 and CC. RGB value is (55,102,204). Sum of RGB (Red+Green+Blue) = 55+102+204=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #3766CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3766CC is #C89933. Grayscale: #636363. Windows color (decimal): -13146420 or 13395511. OLE color: 13395511.

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

Color convert

RGB55102204-
CMYK0.730.500.2
HSL221.07º59.36%50.78%-
HSV(B)221.07º73.04%80%-
XYZ17.2314.6759.05-
YUV99.57186.9396.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.24%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=15.24%
G=28.25%
B=56.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal551022040.730.500.2221.0759.3650.78
Hex3766CC4932014dd3b33
Octal67146314111620243357363
Binary110111110011011001100100100111001001010011011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3766CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,102,204); }

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

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

 a { background-color: rgb(55,102,204); }

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

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

 span { border-color: rgb(55,102,204); }

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