#364FE0

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

Shades of Royal Blue #364FE0

Tints of Royal Blue #364FE0

Color information

#364FE0 (or 0x364FE0) is unknown color: approx Royal Blue. HEX triplet: 36, 4F and E0. RGB value is (54,79,224). Sum of RGB (Red+Green+Blue) = 54+79+224=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #364FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FE0 is #C9B01F. Grayscale: #575757. Windows color (decimal): -13217824 or 14700342. OLE color: 14700342.

HSL color Cylindrical-coordinate representation of color #364FE0: hue angle of 231.18º 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 #364FE0 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5479224-
CMYK0.760.6500.12
HSL231.18º73.28%54.51%-
HSV(B)231.18º75.89%87.84%-
XYZ17.7711.7671.85-
YUV88.06204.72103.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.13%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 224 (87.89% from 255) = 62.75%
R=15.13%
G=22.13%
B=62.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal54792240.760.6500.12231.1873.2854.51
Hex364FE04C410Ce74937
Octal6611734011410101434711167
Binary1101101001111111000001001100100000101100111001111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364FE0; }

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

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

<style>
 a { background-color: #364FE0; }

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

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

<style>
 span { border-color: #364FE0; }

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

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