Html Css Color HEX #2529B4 Persian Blue

📋 copy color: '#2529B4'

red 37 ◦ green 41 ◦ blue 180

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

Shades of Persian Blue #2529B4

Tints of Persian Blue #2529B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 69.77%

R = 14.34%
G = 15.89%
B = 69.77%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2529B4 (or 0x2529B4) is known color: Persian Blue. HEX triplet: 25, 29 and B4. RGB value is (37,41,180). Sum of RGB (Red+Green+Blue) = 37+41+180=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #2529B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529B4 is #DAD64B. Grayscale: #373737. Windows color (decimal): -14341708 or 11807013. OLE color: 11807013.

HSL color Cylindrical-coordinate representation of color #2529B4: hue angle of 238.32º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2529B4 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 41 180 -
CMYK 0.79 0.77 0 0.29
HSL 238.32º 0.66% 0.43% -
HSV(B) 238.32º 0.79% 0.71% -
XYZ 9.79 5.27 43.68 -
YUV 55.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 37 41 180 0.79 0.77 0 0.29 238.32 0.66 0.43
Hex 25 29 B4 4F 4D 0 1D EE 42 2B
Octal 45 51 264 117 115 0 35 356 102 53
Binary 100101 101001 10110100 1001111 1001101 0 11101 11101110 1000010 101011

Color Harmonies of #2529B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529B4

Black with #2529B4

Text Example


Text Example

White with #2529B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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