Html Css Color HEX #253F94 Tory Blue

📋 copy color: '#253F94'

red 37 ◦ green 63 ◦ blue 148

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

Shades of Tory Blue #253F94

Tints of Tory Blue #253F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.68%

R = 14.92%
G = 25.4%
B = 59.68%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#253F94 (or 0x253F94) is known color: Tory Blue. HEX triplet: 25, 3F and 94. RGB value is (37,63,148). Sum of RGB (Red+Green+Blue) = 37+63+148=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #253F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253F94 is #DAC06B. Grayscale: #404040. Windows color (decimal): -14336108 or 9715493. OLE color: 9715493.

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

Color convert

RGB 37 63 148 -
CMYK 0.75 0.57 0 0.42
HSL 225.95º 0.6% 0.36% -
HSV(B) 225.95º 0.75% 0.58% -
XYZ 7.89 6.09 28.78 -
YUV 64.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 37 63 148 0.75 0.57 0 0.42 225.95 0.6 0.36
Hex 25 3F 94 4B 39 0 2A E2 3C 24
Octal 45 77 224 113 71 0 52 342 74 44
Binary 100101 111111 10010100 1001011 111001 0 101010 11100010 111100 100100

Color Harmonies of #253F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F94

Black with #253F94

Text Example


Text Example

White with #253F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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