Html Css Color HEX #2528C0 Persian Blue

📋 copy color: '#2528C0'

red 37 ◦ green 40 ◦ blue 192

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

Shades of Persian Blue #2528C0

Tints of Persian Blue #2528C0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 192 (75.39% from 255) = 71.38%

R = 13.75%
G = 14.87%
B = 71.38%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2528C0 (or 0x2528C0) is known color: Persian Blue. HEX triplet: 25, 28 and C0. RGB value is (37,40,192). Sum of RGB (Red+Green+Blue) = 37+40+192=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #2528C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2528C0 is #DAD73F. Grayscale: #373737. Windows color (decimal): -14341952 or 12593189. OLE color: 12593189.

HSL color Cylindrical-coordinate representation of color #2528C0: hue angle of 238.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2528C0 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 40 192 -
CMYK 0.81 0.79 0 0.25
HSL 238.84º 0.68% 0.45% -
HSV(B) 238.84º 0.81% 0.75% -
XYZ 11.04 5.72 50.39 -
YUV 56.43 204.51 114.14 -
System Red Green Blue C M Y K H S L
Decimal 37 40 192 0.81 0.79 0 0.25 238.84 0.68 0.45
Hex 25 28 C0 51 4F 0 19 EF 44 2D
Octal 45 50 300 121 117 0 31 357 104 55
Binary 100101 101000 11000000 1010001 1001111 0 11001 11101111 1000100 101101

Color Harmonies of #2528C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528C0

Black with #2528C0

Text Example


Text Example

White with #2528C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2528C0; }

 p { color: rgb(37,40,192); }

 H1.HeaderClassName
 {
   color: #2528C0;
 }
 .AnyTagClassName
 {
   color: #2528C0;
 }
</style>

background-color css

<style>
 a { background-color: #2528C0; }

 a { background-color: rgb(37,40,192); }

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

border-color css

<style>
 span { border-color: #2528C0; }

 span { border-color: rgb(37,40,192); }

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