#2025B8

Color #2025B8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2025B8

Tints of Persian Blue #2025B8

Color information

#2025B8 (or 0x2025B8) is unknown color: approx Persian Blue. HEX triplet: 20, 25 and B8. RGB value is (32,37,184). Sum of RGB (Red+Green+Blue) = 32+37+184=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 184 (72.27% from 255 or 72.73% from 253); Max value from RGB is 184 - color contains mainly: blue. Hex color #2025B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2025B8 is #DFDA47. Grayscale: #333333. Windows color (decimal): -14670408 or 12068128. OLE color: 12068128.

HSL color Cylindrical-coordinate representation of color #2025B8: hue angle of 238.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2025B8 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3237184-
CMYK0.830.8000.28
HSL238.03º70.37%42.35%-
HSV(B)238.03º82.61%72.16%-
XYZ9.915.0945.81-
YUV52.26202.34113.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 184 (72.27% from 255) = 72.73%
R=12.65%
G=14.62%
B=72.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal32371840.830.8000.28238.0370.3742.35
Hex2025B8535001Cee462a
Octal404527012312003435610652
Binary1000001001011011100010100111010000011100111011101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2025B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2025B8; }

 p { color: rgb(32,37,184); }

 H1.HeaderClassName
 {
   color: #2025B8;
 }
 .AnyTagClassName
 {
   color: #2025B8;
 }
</style>
background-color css

<style>
 a { background-color: #2025B8; }

 a { background-color: rgb(32,37,184); }

 div.DivClassName
 {
   background-color: #2025B8;
 }
 .BgClassName
 {
   background-color: #2025B8;
 }
</style>
border-color css

<style>
 span { border-color: #2025B8; }

 span { border-color: rgb(32,37,184); }

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