Html Css Color HEX #2529BC Persian Blue

📋 copy color: '#2529BC'

red 37 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #2529BC

Tints of Persian Blue #2529BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.68%

R = 13.91%
G = 15.41%
B = 70.68%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2529BC (or 0x2529BC) is known color: Persian Blue. HEX triplet: 25, 29 and BC. RGB value is (37,41,188). Sum of RGB (Red+Green+Blue) = 37+41+188=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #2529BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529BC is #DAD643. Grayscale: #373737. Windows color (decimal): -14341700 or 12331301. OLE color: 12331301.

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

Color convert

RGB 37 41 188 -
CMYK 0.80 0.78 0 0.26
HSL 238.41º 0.67% 0.44% -
HSV(B) 238.41º 0.8% 0.74% -
XYZ 10.63 5.61 48.1 -
YUV 56.56 202.17 114.05 -
System Red Green Blue C M Y K H S L
Decimal 37 41 188 0.80 0.78 0 0.26 238.41 0.67 0.44
Hex 25 29 BC 50 4E 0 1A EE 43 2C
Octal 45 51 274 120 116 0 32 356 103 54
Binary 100101 101001 10111100 1010000 1001110 0 11010 11101110 1000011 101100

Color Harmonies of #2529BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529BC

Black with #2529BC

Text Example


Text Example

White with #2529BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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