#365BE4

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

Shades of Royal Blue #365BE4

Tints of Royal Blue #365BE4

Color information

#365BE4 (or 0x365BE4) is unknown color: approx Royal Blue. HEX triplet: 36, 5B and E4. RGB value is (54,91,228). Sum of RGB (Red+Green+Blue) = 54+91+228=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 228 (89.45% from 255 or 61.13% from 373); Max value from RGB is 228 - color contains mainly: blue. Hex color #365BE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BE4 is #C9A41B. Grayscale: #5E5E5E. Windows color (decimal): -13214748 or 14965558. OLE color: 14965558.

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

Color convert

RGB5491228-
CMYK0.760.6000.11
HSL227.24º76.32%55.29%-
HSV(B)227.24º76.32%89.41%-
XYZ19.2713.8775.06-
YUV95.56202.7498.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.48%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 228 (89.45% from 255) = 61.13%
R=14.48%
G=24.40%
B=61.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal54912280.760.6000.11227.2476.3255.29
Hex365BE44C3C0Be34c37
Octal661333441147401334311467
Binary110110101101111100100100110011110001011111000111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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