Html Css Color HEX #253C93 Tory Blue

📋 copy color: '#253C93'

red 37 ◦ green 60 ◦ blue 147

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

Shades of Tory Blue #253C93

Tints of Tory Blue #253C93

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 15.16%
G = 24.59%
B = 60.25%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#253C93 (or 0x253C93) is known color: Tory Blue. HEX triplet: 25, 3C and 93. RGB value is (37,60,147). Sum of RGB (Red+Green+Blue) = 37+60+147=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #253C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C93 is #DAC36C. Grayscale: #3E3E3E. Windows color (decimal): -14336877 or 9649189. OLE color: 9649189.

HSL color Cylindrical-coordinate representation of color #253C93: hue angle of 227.45º 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 #253C93 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 60 147 -
CMYK 0.75 0.59 0 0.42
HSL 227.45º 0.6% 0.36% -
HSV(B) 227.45º 0.75% 0.58% -
XYZ 7.65 5.73 28.31 -
YUV 63.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 37 60 147 0.75 0.59 0 0.42 227.45 0.6 0.36
Hex 25 3C 93 4B 3B 0 2A E3 3C 24
Octal 45 74 223 113 73 0 52 343 74 44
Binary 100101 111100 10010011 1001011 111011 0 101010 11100011 111100 100100

Color Harmonies of #253C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C93

Black with #253C93

Text Example


Text Example

White with #253C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,60,147); }

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

background-color css

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

 a { background-color: rgb(37,60,147); }

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

border-color css

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

 span { border-color: rgb(37,60,147); }

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