Html Css Color HEX #2536A7 Persian Blue

📋 copy color: '#2536A7'

red 37 ◦ green 54 ◦ blue 167

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

Shades of Persian Blue #2536A7

Tints of Persian Blue #2536A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.73%

R = 14.34%
G = 20.93%
B = 64.73%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2536A7 (or 0x2536A7) is known color: Persian Blue. HEX triplet: 25, 36 and A7. RGB value is (37,54,167). Sum of RGB (Red+Green+Blue) = 37+54+167=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #2536A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2536A7 is #DAC958. Grayscale: #3D3D3D. Windows color (decimal): -14338393 or 10958373. OLE color: 10958373.

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

Color convert

RGB 37 54 167 -
CMYK 0.78 0.68 0 0.35
HSL 232.15º 0.64% 0.4% -
HSV(B) 232.15º 0.78% 0.65% -
XYZ 9.06 5.82 37.21 -
YUV 61.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 37 54 167 0.78 0.68 0 0.35 232.15 0.64 0.4
Hex 25 36 A7 4E 44 0 23 E8 40 28
Octal 45 66 247 116 104 0 43 350 100 50
Binary 100101 110110 10100111 1001110 1000100 0 100011 11101000 1000000 101000

Color Harmonies of #2536A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2536A7

Black with #2536A7

Text Example


Text Example

White with #2536A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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