Html Css Color HEX #2529CE Persian Blue

📋 copy color: '#2529CE'

red 37 ◦ green 41 ◦ blue 206

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

Shades of Persian Blue #2529CE

Tints of Persian Blue #2529CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 13.03%
G = 14.44%
B = 72.54%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2529CE (or 0x2529CE) is known color: Persian Blue. HEX triplet: 25, 29 and CE. RGB value is (37,41,206). Sum of RGB (Red+Green+Blue) = 37+41+206=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #2529CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529CE is #DAD631. Grayscale: #393939. Windows color (decimal): -14341682 or 13510949. OLE color: 13510949.

HSL color Cylindrical-coordinate representation of color #2529CE: hue angle of 238.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2529CE is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 41 206 -
CMYK 0.82 0.80 0 0.19
HSL 238.58º 0.7% 0.48% -
HSV(B) 238.58º 0.82% 0.81% -
XYZ 12.7 6.44 58.97 -
YUV 58.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 37 41 206 0.82 0.80 0 0.19 238.58 0.7 0.48
Hex 25 29 CE 52 50 0 13 EF 46 30
Octal 45 51 316 122 120 0 23 357 106 60
Binary 100101 101001 11001110 1010010 1010000 0 10011 11101111 1000110 110000

Color Harmonies of #2529CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529CE

Black with #2529CE

Text Example


Text Example

White with #2529CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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