#0536EE

Color #0536EE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0536EE

Tints of Persian Blue #0536EE

Color information

#0536EE (or 0x0536EE) is unknown color: approx Persian Blue. HEX triplet: 05, 36 and EE. RGB value is (5,54,238). Sum of RGB (Red+Green+Blue) = 5+54+238=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 238 (93.36% from 255 or 80.13% from 297); Max value from RGB is 238 - color contains mainly: blue. Hex color #0536EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0536EE is #FAC911. Grayscale: #3B3B3B. Windows color (decimal): -16435474 or 15611397. OLE color: 15611397.

HSL color Cylindrical-coordinate representation of color #0536EE: hue angle of 227.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0536EE is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB554238-
CMYK0.980.7700.07
HSL227.38º95.88%47.65%-
HSV(B)227.38º97.9%93.33%-
XYZ16.818.8481.71-
YUV60.32228.2788.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 238 (93.36% from 255) = 80.13%
R=1.68%
G=18.18%
B=80.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal5542380.980.7700.07227.3895.8847.65
Hex536EE624D07e36030
Octal5663561421150734314060
Binary10111011011101110110001010011010111111000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0536EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0536EE; }

 p { color: rgb(5,54,238); }

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

<style>
 a { background-color: #0536EE; }

 a { background-color: rgb(5,54,238); }

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

<style>
 span { border-color: #0536EE; }

 span { border-color: rgb(5,54,238); }

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