#365CE1

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

Shades of Royal Blue #365CE1

Tints of Royal Blue #365CE1

Color information

#365CE1 (or 0x365CE1) is unknown color: approx Royal Blue. HEX triplet: 36, 5C and E1. RGB value is (54,92,225). Sum of RGB (Red+Green+Blue) = 54+92+225=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #365CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CE1 is #C9A31E. Grayscale: #5F5F5F. Windows color (decimal): -13214495 or 14769206. OLE color: 14769206.

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

Color convert

RGB5492225-
CMYK0.760.5900.12
HSL226.67º74.03%54.71%-
HSV(B)226.67º76%88.24%-
XYZ18.9413.8772.91-
YUV95.8200.9198.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.56%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 225 (88.28% from 255) = 60.65%
R=14.56%
G=24.80%
B=60.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal54922250.760.5900.12226.6774.0354.71
Hex365CE14C3B0Ce34a37
Octal661343411147301434311267
Binary110110101110011100001100110011101101100111000111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,225); }

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

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

 a { background-color: rgb(54,92,225); }

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

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

 span { border-color: rgb(54,92,225); }

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