Html Css Color HEX #2529C0 Persian Blue

📋 copy color: '#2529C0'

red 37 ◦ green 41 ◦ blue 192

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

Shades of Persian Blue #2529C0

Tints of Persian Blue #2529C0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 192 (75.39% from 255) = 71.11%

R = 13.7%
G = 15.19%
B = 71.11%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2529C0 (or 0x2529C0) is known color: Persian Blue. HEX triplet: 25, 29 and C0. RGB value is (37,41,192). Sum of RGB (Red+Green+Blue) = 37+41+192=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 192 (75.39% from 255 or 71.11% from 270); Max value from RGB is 192 - color contains mainly: blue. Hex color #2529C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529C0 is #DAD63F. Grayscale: #383838. Windows color (decimal): -14341696 or 12593445. OLE color: 12593445.

HSL color Cylindrical-coordinate representation of color #2529C0: hue angle of 238.45º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2529C0 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 41 192 -
CMYK 0.81 0.79 0 0.25
HSL 238.45º 0.68% 0.45% -
HSV(B) 238.45º 0.81% 0.75% -
XYZ 11.07 5.78 50.4 -
YUV 57.02 204.17 113.72 -
System Red Green Blue C M Y K H S L
Decimal 37 41 192 0.81 0.79 0 0.25 238.45 0.68 0.45
Hex 25 29 C0 51 4F 0 19 EE 44 2D
Octal 45 51 300 121 117 0 31 356 104 55
Binary 100101 101001 11000000 1010001 1001111 0 11001 11101110 1000100 101101

Color Harmonies of #2529C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529C0

Black with #2529C0

Text Example


Text Example

White with #2529C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2529C0; }

 p { color: rgb(37,41,192); }

 H1.HeaderClassName
 {
   color: #2529C0;
 }
 .AnyTagClassName
 {
   color: #2529C0;
 }
</style>

background-color css

<style>
 a { background-color: #2529C0; }

 a { background-color: rgb(37,41,192); }

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

border-color css

<style>
 span { border-color: #2529C0; }

 span { border-color: rgb(37,41,192); }

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