Html Css Color HEX #2536AB Persian Blue

📋 copy color: '#2536AB'

red 37 ◦ green 54 ◦ blue 171

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

Shades of Persian Blue #2536AB

Tints of Persian Blue #2536AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 14.12%
G = 20.61%
B = 65.27%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2536AB (or 0x2536AB) is known color: Persian Blue. HEX triplet: 25, 36 and AB. RGB value is (37,54,171). Sum of RGB (Red+Green+Blue) = 37+54+171=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #2536AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2536AB is #DAC954. Grayscale: #3D3D3D. Windows color (decimal): -14338389 or 11220517. OLE color: 11220517.

HSL color Cylindrical-coordinate representation of color #2536AB: hue angle of 232.39º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2536AB is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 54 171 -
CMYK 0.78 0.68 0 0.33
HSL 232.39º 0.64% 0.41% -
HSV(B) 232.39º 0.78% 0.67% -
XYZ 9.43 5.97 39.18 -
YUV 62.26 189.37 109.99 -
System Red Green Blue C M Y K H S L
Decimal 37 54 171 0.78 0.68 0 0.33 232.39 0.64 0.41
Hex 25 36 AB 4E 44 0 21 E8 40 29
Octal 45 66 253 116 104 0 41 350 100 51
Binary 100101 110110 10101011 1001110 1000100 0 100001 11101000 1000000 101001

Color Harmonies of #2536AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2536AB

Black with #2536AB

Text Example


Text Example

White with #2536AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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