Html Css Color HEX #253F90 Tory Blue

📋 copy color: '#253F90'

red 37 ◦ green 63 ◦ blue 144

#253F90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #253F90

Tints of Tory Blue #253F90

RGB

 RED value IS 37 (14.84% from 255) = 15.16%

 GREEN value IS 63 (25% from 255) = 25.82%

 BLUE value IS 144 (56.64% from 255) = 59.02%

R = 15.16%
G = 25.82%
B = 59.02%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#253F90 (or 0x253F90) is known color: Tory Blue. HEX triplet: 25, 3F and 90. RGB value is (37,63,144). Sum of RGB (Red+Green+Blue) = 37+63+144=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #253F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253F90 is #DAC06F. Grayscale: #404040. Windows color (decimal): -14336112 or 9453349. OLE color: 9453349.

HSL color Cylindrical-coordinate representation of color #253F90: hue angle of 225.42º 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 #253F90 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 63 144 -
CMYK 0.74 0.56 0 0.44
HSL 225.42º 0.59% 0.35% -
HSV(B) 225.42º 0.74% 0.56% -
XYZ 7.57 5.96 27.14 -
YUV 64.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 37 63 144 0.74 0.56 0 0.44 225.42 0.59 0.35
Hex 25 3F 90 4A 38 0 2C E1 3B 23
Octal 45 77 220 112 70 0 54 341 73 43
Binary 100101 111111 10010000 1001010 111000 0 101100 11100001 111011 100011

Color Harmonies of #253F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F90

Black with #253F90

Text Example


Text Example

White with #253F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253F90;
 }
 .AnyTagClassName
 {
   color: #253F90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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