#252EB2

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

Shades of Persian Blue #252EB2

Tints of Persian Blue #252EB2

Color information

#252EB2 (or 0x252EB2) is unknown color: approx Persian Blue. HEX triplet: 25, 2E and B2. RGB value is (37,46,178). Sum of RGB (Red+Green+Blue) = 37+46+178=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 178 (69.92% from 255 or 68.20% from 261); Max value from RGB is 178 - color contains mainly: blue. Hex color #252EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252EB2 is #DAD14D. Grayscale: #393939. Windows color (decimal): -14340430 or 11677221. OLE color: 11677221.

HSL color Cylindrical-coordinate representation of color #252EB2: hue angle of 236.17º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #252EB2 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3746178-
CMYK0.790.7400.30
HSL236.17º65.58%42.16%-
HSV(B)236.17º79.21%69.8%-
XYZ9.785.5642.68-
YUV58.36195.52112.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 178 (69.92% from 255) = 68.20%
R=14.18%
G=17.62%
B=68.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal37461780.790.7400.30236.1765.5842.16
Hex252EB24F4A01Eec422a
Octal455626211711203635410252
Binary1001011011101011001010011111001010011110111011001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,46,178); }

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

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

 a { background-color: rgb(37,46,178); }

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

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

 span { border-color: rgb(37,46,178); }

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