Html Css Color HEX #2529BB Persian Blue

📋 copy color: '#2529BB'

red 37 ◦ green 41 ◦ blue 187

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

Shades of Persian Blue #2529BB

Tints of Persian Blue #2529BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.57%

R = 13.96%
G = 15.47%
B = 70.57%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2529BB (or 0x2529BB) is known color: Persian Blue. HEX triplet: 25, 29 and BB. RGB value is (37,41,187). Sum of RGB (Red+Green+Blue) = 37+41+187=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #2529BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529BB is #DAD644. Grayscale: #373737. Windows color (decimal): -14341701 or 12265765. OLE color: 12265765.

HSL color Cylindrical-coordinate representation of color #2529BB: hue angle of 238.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2529BB is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 41 187 -
CMYK 0.80 0.78 0 0.27
HSL 238.4º 0.67% 0.44% -
HSV(B) 238.4º 0.8% 0.73% -
XYZ 10.53 5.57 47.53 -
YUV 56.45 201.67 114.13 -
System Red Green Blue C M Y K H S L
Decimal 37 41 187 0.80 0.78 0 0.27 238.4 0.67 0.44
Hex 25 29 BB 50 4E 0 1B EE 43 2C
Octal 45 51 273 120 116 0 33 356 103 54
Binary 100101 101001 10111011 1010000 1001110 0 11011 11101110 1000011 101100

Color Harmonies of #2529BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529BB

Black with #2529BB

Text Example


Text Example

White with #2529BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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