Html Css Color HEX #2529CB Persian Blue

📋 copy color: '#2529CB'

red 37 ◦ green 41 ◦ blue 203

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

Shades of Persian Blue #2529CB

Tints of Persian Blue #2529CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.24%

R = 13.17%
G = 14.59%
B = 72.24%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2529CB (or 0x2529CB) is known color: Persian Blue. HEX triplet: 25, 29 and CB. RGB value is (37,41,203). Sum of RGB (Red+Green+Blue) = 37+41+203=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #2529CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529CB is #DAD634. Grayscale: #393939. Windows color (decimal): -14341685 or 13314341. OLE color: 13314341.

HSL color Cylindrical-coordinate representation of color #2529CB: hue angle of 238.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2529CB is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 41 203 -
CMYK 0.82 0.80 0 0.20
HSL 238.55º 0.69% 0.47% -
HSV(B) 238.55º 0.82% 0.8% -
XYZ 12.34 6.29 57.06 -
YUV 58.27 209.67 112.83 -
System Red Green Blue C M Y K H S L
Decimal 37 41 203 0.82 0.80 0 0.20 238.55 0.69 0.47
Hex 25 29 CB 52 50 0 14 EF 45 2F
Octal 45 51 313 122 120 0 24 357 105 57
Binary 100101 101001 11001011 1010010 1010000 0 10100 11101111 1000101 101111

Color Harmonies of #2529CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529CB

Black with #2529CB

Text Example


Text Example

White with #2529CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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