#365EE9

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

Shades of Royal Blue #365EE9

Tints of Royal Blue #365EE9

Color information

#365EE9 (or 0x365EE9) is unknown color: approx Royal Blue. HEX triplet: 36, 5E and E9. RGB value is (54,94,233). Sum of RGB (Red+Green+Blue) = 54+94+233=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 233 (91.41% from 255 or 61.15% from 381); Max value from RGB is 233 - color contains mainly: blue. Hex color #365EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365EE9 is #C9A116. Grayscale: #616161. Windows color (decimal): -13213975 or 15294006. OLE color: 15294006.

HSL color Cylindrical-coordinate representation of color #365EE9: hue angle of 226.59º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365EE9 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5494233-
CMYK0.770.6000.09
HSL226.59º80.27%56.27%-
HSV(B)226.59º76.82%91.37%-
XYZ20.2314.6778.86-
YUV97.89204.2596.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.17%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 233 (91.41% from 255) = 61.15%
R=14.17%
G=24.67%
B=61.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal54942330.770.6000.09226.5980.2756.27
Hex365EE94D3C09e35038
Octal661363511157401134312070
Binary110110101111011101001100110111110001001111000111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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