#0836EE

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

Shades of Persian Blue #0836EE

Tints of Persian Blue #0836EE

Color information

#0836EE (or 0x0836EE) is unknown color: approx Persian Blue. HEX triplet: 08, 36 and EE. RGB value is (8,54,238). Sum of RGB (Red+Green+Blue) = 8+54+238=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 238 (93.36% from 255 or 79.33% from 300); Max value from RGB is 238 - color contains mainly: blue. Hex color #0836EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0836EE is #F7C911. Grayscale: #3C3C3C. Windows color (decimal): -16238866 or 15611400. OLE color: 15611400.

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

Color convert

RGB854238-
CMYK0.970.7700.07
HSL228º93.5%48.24%-
HSV(B)228º96.64%93.33%-
XYZ16.858.8681.71-
YUV61.22227.7690.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 238 (93.36% from 255) = 79.33%
R=2.67%
G=18%
B=79.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal8542380.970.7700.0722893.548.24
Hex836EE614D07e45d30
Octal10663561411150734413560
Binary100011011011101110110000110011010111111001001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0836EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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