#253EBA

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

Shades of Persian Blue #253EBA

Tints of Persian Blue #253EBA

Color information

#253EBA (or 0x253EBA) is unknown color: approx Persian Blue. HEX triplet: 25, 3E and BA. RGB value is (37,62,186). Sum of RGB (Red+Green+Blue) = 37+62+186=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #253EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253EBA is #DAC145. Grayscale: #444444. Windows color (decimal): -14336326 or 12205605. OLE color: 12205605.

HSL color Cylindrical-coordinate representation of color #253EBA: hue angle of 229.93º 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 #253EBA is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3762186-
CMYK0.800.6700.27
HSL229.93º66.82%43.73%-
HSV(B)229.93º80.11%72.94%-
XYZ11.357.3847.28-
YUV68.66194.22105.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 186 (73.05% from 255) = 65.26%
R=12.98%
G=21.75%
B=65.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37621860.800.6700.27229.9366.8243.73
Hex253EBA504301Be6432c
Octal457627212010303334610354
Binary1001011111101011101010100001000011011011111001101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253EBA; }

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

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

<style>
 a { background-color: #253EBA; }

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

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

<style>
 span { border-color: #253EBA; }

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

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