Html Css Color HEX #2539AC Persian Blue

📋 copy color: '#2539AC'

red 37 ◦ green 57 ◦ blue 172

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

Shades of Persian Blue #2539AC

Tints of Persian Blue #2539AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 13.91%
G = 21.43%
B = 64.66%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2539AC (or 0x2539AC) is known color: Persian Blue. HEX triplet: 25, 39 and AC. RGB value is (37,57,172). Sum of RGB (Red+Green+Blue) = 37+57+172=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #2539AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2539AC is #DAC653. Grayscale: #3F3F3F. Windows color (decimal): -14337620 or 11286821. OLE color: 11286821.

HSL color Cylindrical-coordinate representation of color #2539AC: hue angle of 231.11º degrees, saturation: 0.65, 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 #2539AC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 57 172 -
CMYK 0.78 0.67 0 0.33
HSL 231.11º 0.65% 0.41% -
HSV(B) 231.11º 0.78% 0.67% -
XYZ 9.67 6.3 39.74 -
YUV 64.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 37 57 172 0.78 0.67 0 0.33 231.11 0.65 0.41
Hex 25 39 AC 4E 43 0 21 E7 41 29
Octal 45 71 254 116 103 0 41 347 101 51
Binary 100101 111001 10101100 1001110 1000011 0 100001 11100111 1000001 101001

Color Harmonies of #2539AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2539AC

Black with #2539AC

Text Example


Text Example

White with #2539AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2539AC; }

 p { color: rgb(37,57,172); }

 H1.HeaderClassName
 {
   color: #2539AC;
 }
 .AnyTagClassName
 {
   color: #2539AC;
 }
</style>

background-color css

<style>
 a { background-color: #2539AC; }

 a { background-color: rgb(37,57,172); }

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

border-color css

<style>
 span { border-color: #2539AC; }

 span { border-color: rgb(37,57,172); }

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