#252BDA

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

Shades of Persian Blue #252BDA

Tints of Persian Blue #252BDA

Color information

#252BDA (or 0x252BDA) is unknown color: approx Persian Blue. HEX triplet: 25, 2B and DA. RGB value is (37,43,218). Sum of RGB (Red+Green+Blue) = 37+43+218=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #252BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BDA is #DAD425. Grayscale: #3C3C3C. Windows color (decimal): -14341158 or 14297893. OLE color: 14297893.

HSL color Cylindrical-coordinate representation of color #252BDA: hue angle of 238.01º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252BDA is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3743218-
CMYK0.830.8000.15
HSL238.01º70.98%50%-
HSV(B)238.01º83.03%85.49%-
XYZ14.287.1866.96-
YUV61.16216.51110.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.42%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 218 (85.55% from 255) = 73.15%
R=12.42%
G=14.43%
B=73.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal37432180.830.8000.15238.0170.9850
Hex252BDA53500Fee4732
Octal455333212312001735610762
Binary100101101011110110101010011101000001111111011101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252BDA; }

 p { color: rgb(37,43,218); }

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

<style>
 a { background-color: #252BDA; }

 a { background-color: rgb(37,43,218); }

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

<style>
 span { border-color: #252BDA; }

 span { border-color: rgb(37,43,218); }

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