Html Css Color HEX #2529CF Persian Blue

📋 copy color: '#2529CF'

red 37 ◦ green 41 ◦ blue 207

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

Shades of Persian Blue #2529CF

Tints of Persian Blue #2529CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.63%

R = 12.98%
G = 14.39%
B = 72.63%

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

#2529CF (or 0x2529CF) is known color: Persian Blue. HEX triplet: 25, 29 and CF. RGB value is (37,41,207). Sum of RGB (Red+Green+Blue) = 37+41+207=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #2529CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529CF is #DAD630. Grayscale: #3A3A3A. Windows color (decimal): -14341681 or 13576485. OLE color: 13576485.

HSL color Cylindrical-coordinate representation of color #2529CF: hue angle of 238.59º 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 #2529CF is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 41 207 -
CMYK 0.82 0.80 0 0.19
HSL 238.59º 0.7% 0.48% -
HSV(B) 238.59º 0.82% 0.81% -
XYZ 12.82 6.48 59.61 -
YUV 58.73 211.67 112.5 -
System Red Green Blue C M Y K H S L
Decimal 37 41 207 0.82 0.80 0 0.19 238.59 0.7 0.48
Hex 25 29 CF 52 50 0 13 EF 46 30
Octal 45 51 317 122 120 0 23 357 106 60
Binary 100101 101001 11001111 1010010 1010000 0 10011 11101111 1000110 110000

Color Harmonies of #2529CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529CF

Black with #2529CF

Text Example


Text Example

White with #2529CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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