#365EE0

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

Shades of Royal Blue #365EE0

Tints of Royal Blue #365EE0

Color information

#365EE0 (or 0x365EE0) is unknown color: approx Royal Blue. HEX triplet: 36, 5E and E0. RGB value is (54,94,224). Sum of RGB (Red+Green+Blue) = 54+94+224=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #365EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365EE0 is #C9A11F. Grayscale: #606060. Windows color (decimal): -13213984 or 14704182. OLE color: 14704182.

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

Color convert

RGB5494224-
CMYK0.760.5800.12
HSL225.88º73.28%54.51%-
HSV(B)225.88º75.89%87.84%-
XYZ18.9814.1772.26-
YUV96.86199.7597.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.52%
GREEN value IS 94 (37.11% from 255) = 25.27%
BLUE value IS 224 (87.89% from 255) = 60.22%
R=14.52%
G=25.27%
B=60.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal54942240.760.5800.12225.8873.2854.51
Hex365EE04C3A0Ce24937
Octal661363401147201434211167
Binary110110101111011100000100110011101001100111000101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365EE0; }

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

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

<style>
 a { background-color: #365EE0; }

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

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

<style>
 span { border-color: #365EE0; }

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

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