#252CB2

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

Shades of Persian Blue #252CB2

Tints of Persian Blue #252CB2

Color information

#252CB2 (or 0x252CB2) is unknown color: approx Persian Blue. HEX triplet: 25, 2C and B2. RGB value is (37,44,178). Sum of RGB (Red+Green+Blue) = 37+44+178=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 178 (69.92% from 255 or 68.73% from 259); Max value from RGB is 178 - color contains mainly: blue. Hex color #252CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252CB2 is #DAD34D. Grayscale: #383838. Windows color (decimal): -14340942 or 11676709. OLE color: 11676709.

HSL color Cylindrical-coordinate representation of color #252CB2: hue angle of 237.02º 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 #252CB2 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3744178-
CMYK0.790.7500.30
HSL237.02º65.58%42.16%-
HSV(B)237.02º79.21%69.8%-
XYZ9.75.4142.65-
YUV57.18196.18113.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 178 (69.92% from 255) = 68.73%
R=14.29%
G=16.99%
B=68.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal37441780.790.7500.30237.0265.5842.16
Hex252CB24F4B01Eed422a
Octal455426211711303635510252
Binary1001011011001011001010011111001011011110111011011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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