#3664e0

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

Shades of Royal Blue #3664E0

Tints of Royal Blue #3664E0

Color information

#3664E0 (or 0x3664E0) is unknown color: approx Royal Blue. HEX triplet: 36, 64 and E0. RGB value is (54,100,224). Sum of RGB (Red+Green+Blue) = 54+100+224=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #3664E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3664E0 is #C99B1F. Grayscale: #636363. Windows color (decimal): -13212448 or 14705718. OLE color: 14705718.

HSL color Cylindrical-coordinate representation of color #3664E0: hue angle of 223.76º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3664E0 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB54100224-
CMYK0.760.5500.12
HSL223.76º73.28%54.51%-
HSV(B)223.76º75.89%87.84%-
XYZ19.5315.2872.44-
YUV100.38197.7694.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.29%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 224 (87.89% from 255) = 59.26%
R=14.29%
G=26.46%
B=59.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal541002240.760.5500.12223.7673.2854.51
Hex3664E04C370Ce04937
Octal661443401146701434011167
Binary110110110010011100000100110011011101100111000001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3664e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3664e0; }

 p { color: rgb(54,100,224); }

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

<style>
 a { background-color: #3664e0; }

 a { background-color: rgb(54,100,224); }

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

<style>
 span { border-color: #3664e0; }

 span { border-color: rgb(54,100,224); }

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