#252CBA

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

Shades of Persian Blue #252CBA

Tints of Persian Blue #252CBA

Color information

#252CBA (or 0x252CBA) is unknown color: approx Persian Blue. HEX triplet: 25, 2C and BA. RGB value is (37,44,186). Sum of RGB (Red+Green+Blue) = 37+44+186=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #252CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CBA is #DAD345. Grayscale: #393939. Windows color (decimal): -14340934 or 12200997. OLE color: 12200997.

HSL color Cylindrical-coordinate representation of color #252CBA: hue angle of 237.18º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #252CBA is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3744186-
CMYK0.800.7600.27
HSL237.18º66.82%43.73%-
HSV(B)237.18º80.11%72.94%-
XYZ10.535.7447.01-
YUV58.1200.18112.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 186 (73.05% from 255) = 69.66%
R=13.86%
G=16.48%
B=69.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37441860.800.7600.27237.1866.8243.73
Hex252CBA504C01Bed432c
Octal455427212011403335510354
Binary1001011011001011101010100001001100011011111011011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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