Html Css Color HEX #2536EA Persian Blue

📋 copy color: '#2536EA'

red 37 ◦ green 54 ◦ blue 234

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

Shades of Persian Blue #2536EA

Tints of Persian Blue #2536EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72%

R = 11.38%
G = 16.62%
B = 72%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2536EA (or 0x2536EA) is known color: Persian Blue. HEX triplet: 25, 36 and EA. RGB value is (37,54,234). Sum of RGB (Red+Green+Blue) = 37+54+234=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #2536EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2536EA is #DAC915. Grayscale: #444444. Windows color (decimal): -14338326 or 15349285. OLE color: 15349285.

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

Color convert

RGB 37 54 234 -
CMYK 0.84 0.77 0 0.08
HSL 234.82º 0.82% 0.53% -
HSV(B) 234.82º 0.84% 0.92% -
XYZ 16.93 8.97 78.68 -
YUV 69.44 220.87 104.86 -
System Red Green Blue C M Y K H S L
Decimal 37 54 234 0.84 0.77 0 0.08 234.82 0.82 0.53
Hex 25 36 EA 54 4D 0 8 EB 52 35
Octal 45 66 352 124 115 0 10 353 122 65
Binary 100101 110110 11101010 1010100 1001101 0 1000 11101011 1010010 110101

Color Harmonies of #2536EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2536EA

Black with #2536EA

Text Example


Text Example

White with #2536EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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