Html Css Color HEX #253F96 Tory Blue

📋 copy color: '#253F96'

red 37 ◦ green 63 ◦ blue 150

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

Shades of Tory Blue #253F96

Tints of Tory Blue #253F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60%

R = 14.8%
G = 25.2%
B = 60%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#253F96 (or 0x253F96) is known color: Tory Blue. HEX triplet: 25, 3F and 96. RGB value is (37,63,150). Sum of RGB (Red+Green+Blue) = 37+63+150=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #253F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253F96 is #DAC069. Grayscale: #404040. Windows color (decimal): -14336106 or 9846565. OLE color: 9846565.

HSL color Cylindrical-coordinate representation of color #253F96: hue angle of 226.19º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253F96 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 63 150 -
CMYK 0.75 0.58 0 0.41
HSL 226.19º 0.6% 0.37% -
HSV(B) 226.19º 0.75% 0.59% -
XYZ 8.05 6.15 29.62 -
YUV 65.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 37 63 150 0.75 0.58 0 0.41 226.19 0.6 0.37
Hex 25 3F 96 4B 3A 0 29 E2 3C 25
Octal 45 77 226 113 72 0 51 342 74 45
Binary 100101 111111 10010110 1001011 111010 0 101001 11100010 111100 100101

Color Harmonies of #253F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F96

Black with #253F96

Text Example


Text Example

White with #253F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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