Html Css Color HEX #2535AB Persian Blue

📋 copy color: '#2535AB'

red 37 ◦ green 53 ◦ blue 171

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

Shades of Persian Blue #2535AB

Tints of Persian Blue #2535AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

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

R = 14.18%
G = 20.31%
B = 65.52%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2535AB (or 0x2535AB) is known color: Persian Blue. HEX triplet: 25, 35 and AB. RGB value is (37,53,171). Sum of RGB (Red+Green+Blue) = 37+53+171=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #2535AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2535AB is #DACA54. Grayscale: #3D3D3D. Windows color (decimal): -14338645 or 11220261. OLE color: 11220261.

HSL color Cylindrical-coordinate representation of color #2535AB: hue angle of 232.84º 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 #2535AB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 53 171 -
CMYK 0.78 0.69 0 0.33
HSL 232.84º 0.64% 0.41% -
HSV(B) 232.84º 0.78% 0.67% -
XYZ 9.39 5.88 39.17 -
YUV 61.67 189.7 110.41 -
System Red Green Blue C M Y K H S L
Decimal 37 53 171 0.78 0.69 0 0.33 232.84 0.64 0.41
Hex 25 35 AB 4E 45 0 21 E9 40 29
Octal 45 65 253 116 105 0 41 351 100 51
Binary 100101 110101 10101011 1001110 1000101 0 100001 11101001 1000000 101001

Color Harmonies of #2535AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2535AB

Black with #2535AB

Text Example


Text Example

White with #2535AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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