Html Css Color HEX #2528CC Persian Blue

📋 copy color: '#2528CC'

red 37 ◦ green 40 ◦ blue 204

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

Shades of Persian Blue #2528CC

Tints of Persian Blue #2528CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.6%

R = 13.17%
G = 14.23%
B = 72.6%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2528CC (or 0x2528CC) is known color: Persian Blue. HEX triplet: 25, 28 and CC. RGB value is (37,40,204). Sum of RGB (Red+Green+Blue) = 37+40+204=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #2528CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2528CC is #DAD733. Grayscale: #393939. Windows color (decimal): -14341940 or 13379621. OLE color: 13379621.

HSL color Cylindrical-coordinate representation of color #2528CC: hue angle of 238.92º 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 #2528CC is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 40 204 -
CMYK 0.82 0.80 0 0.2
HSL 238.92º 0.69% 0.47% -
HSV(B) 238.92º 0.82% 0.8% -
XYZ 12.42 6.27 57.68 -
YUV 57.8 210.51 113.16 -
System Red Green Blue C M Y K H S L
Decimal 37 40 204 0.82 0.80 0 0.2 238.92 0.69 0.47
Hex 25 28 CC 52 50 0 14 EF 45 2F
Octal 45 50 314 122 120 0 24 357 105 57
Binary 100101 101000 11001100 1010010 1010000 0 10100 11101111 1000101 101111

Color Harmonies of #2528CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528CC

Black with #2528CC

Text Example


Text Example

White with #2528CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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