#253A90

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

Shades of Tory Blue #253A90

Tints of Tory Blue #253A90

Color information

#253A90 (or 0x253A90) is unknown color: approx Tory Blue. HEX triplet: 25, 3A and 90. RGB value is (37,58,144). Sum of RGB (Red+Green+Blue) = 37+58+144=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #253A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253A90 is #DAC56F. Grayscale: #3D3D3D. Windows color (decimal): -14337392 or 9452069. OLE color: 9452069.

HSL color Cylindrical-coordinate representation of color #253A90: hue angle of 228.22º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253A90 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3758144-
CMYK0.740.6000.44
HSL228.22º59.12%35.49%-
HSV(B)228.22º74.31%56.47%-
XYZ7.315.4327.05-
YUV61.52174.54110.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 144 (56.64% from 255) = 60.25%
R=15.48%
G=24.27%
B=60.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37581440.740.6000.44228.2259.1235.49
Hex253A904A3C02Ce43b23
Octal4572220112740543447343
Binary100101111010100100001001010111100010110011100100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,58,144); }

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

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

 a { background-color: rgb(37,58,144); }

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

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

 span { border-color: rgb(37,58,144); }

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