#364FE4

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

Shades of Royal Blue #364FE4

Tints of Royal Blue #364FE4

Color information

#364FE4 (or 0x364FE4) is unknown color: approx Royal Blue. HEX triplet: 36, 4F and E4. RGB value is (54,79,228). Sum of RGB (Red+Green+Blue) = 54+79+228=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #364FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FE4 is #C9B01B. Grayscale: #575757. Windows color (decimal): -13217820 or 14962486. OLE color: 14962486.

HSL color Cylindrical-coordinate representation of color #364FE4: hue angle of 231.38º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #364FE4 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5479228-
CMYK0.760.6500.11
HSL231.38º76.32%55.29%-
HSV(B)231.38º76.32%89.41%-
XYZ18.3211.9874.75-
YUV88.51206.72103.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.96%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 228 (89.45% from 255) = 63.16%
R=14.96%
G=21.88%
B=63.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal54792280.760.6500.11231.3876.3255.29
Hex364FE44C410Be74c37
Octal6611734411410101334711467
Binary1101101001111111001001001100100000101011111001111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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