Html Css Color HEX #253F92 Tory Blue

📋 copy color: '#253F92'

red 37 ◦ green 63 ◦ blue 146

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

Shades of Tory Blue #253F92

Tints of Tory Blue #253F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 15.04%
G = 25.61%
B = 59.35%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#253F92 (or 0x253F92) is known color: Tory Blue. HEX triplet: 25, 3F and 92. RGB value is (37,63,146). Sum of RGB (Red+Green+Blue) = 37+63+146=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #253F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253F92 is #DAC06D. Grayscale: #404040. Windows color (decimal): -14336110 or 9584421. OLE color: 9584421.

HSL color Cylindrical-coordinate representation of color #253F92: hue angle of 225.69º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253F92 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 63 146 -
CMYK 0.75 0.57 0 0.43
HSL 225.69º 0.6% 0.36% -
HSV(B) 225.69º 0.75% 0.57% -
XYZ 7.73 6.02 27.95 -
YUV 64.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 37 63 146 0.75 0.57 0 0.43 225.69 0.6 0.36
Hex 25 3F 92 4B 39 0 2B E2 3C 24
Octal 45 77 222 113 71 0 53 342 74 44
Binary 100101 111111 10010010 1001011 111001 0 101011 11100010 111100 100100

Color Harmonies of #253F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F92

Black with #253F92

Text Example


Text Example

White with #253F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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