Html Css Color HEX #2536E9 Persian Blue

📋 copy color: '#2536E9'

red 37 ◦ green 54 ◦ blue 233

#2536E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2536E9

Tints of Persian Blue #2536E9

RGB

 RED value IS 37 (14.84% from 255) = 11.42%

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 233 (91.41% from 255) = 71.91%

R = 11.42%
G = 16.67%
B = 71.91%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2536E9 (or 0x2536E9) is known color: Persian Blue. HEX triplet: 25, 36 and E9. RGB value is (37,54,233). Sum of RGB (Red+Green+Blue) = 37+54+233=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #2536E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2536E9 is #DAC916. Grayscale: #444444. Windows color (decimal): -14338327 or 15283749. OLE color: 15283749.

HSL color Cylindrical-coordinate representation of color #2536E9: hue angle of 234.8º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2536E9 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 54 233 -
CMYK 0.84 0.77 0 0.09
HSL 234.8º 0.82% 0.53% -
HSV(B) 234.8º 0.84% 0.91% -
XYZ 16.79 8.91 77.93 -
YUV 69.32 220.37 104.95 -
System Red Green Blue C M Y K H S L
Decimal 37 54 233 0.84 0.77 0 0.09 234.8 0.82 0.53
Hex 25 36 E9 54 4D 0 9 EB 52 35
Octal 45 66 351 124 115 0 11 353 122 65
Binary 100101 110110 11101001 1010100 1001101 0 1001 11101011 1010010 110101

Color Harmonies of #2536E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2536E9

Black with #2536E9

Text Example


Text Example

White with #2536E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2536E9; }

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

 H1.HeaderClassName
 {
   color: #2536E9;
 }
 .AnyTagClassName
 {
   color: #2536E9;
 }
</style>

background-color css

<style>
 a { background-color: #2536E9; }

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

 div.DivClassName
 {
   background-color: #2536E9;
 }
 .BgClassName
 {
   background-color: #2536E9;
 }
</style>

border-color css

<style>
 span { border-color: #2536E9; }

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

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