Html Css Color HEX #253C94 Tory Blue

📋 copy color: '#253C94'

red 37 ◦ green 60 ◦ blue 148

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

Shades of Tory Blue #253C94

Tints of Tory Blue #253C94

RGB

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

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

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

R = 15.1%
G = 24.49%
B = 60.41%

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

#253C94 (or 0x253C94) is known color: Tory Blue. HEX triplet: 25, 3C and 94. RGB value is (37,60,148). Sum of RGB (Red+Green+Blue) = 37+60+148=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #253C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C94 is #DAC36B. Grayscale: #3E3E3E. Windows color (decimal): -14336876 or 9714725. OLE color: 9714725.

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

Color convert

RGB 37 60 148 -
CMYK 0.75 0.59 0 0.42
HSL 227.57º 0.6% 0.36% -
HSV(B) 227.57º 0.75% 0.58% -
XYZ 7.72 5.76 28.72 -
YUV 63.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 37 60 148 0.75 0.59 0 0.42 227.57 0.6 0.36
Hex 25 3C 94 4B 3B 0 2A E4 3C 24
Octal 45 74 224 113 73 0 52 344 74 44
Binary 100101 111100 10010100 1001011 111011 0 101010 11100100 111100 100100

Color Harmonies of #253C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C94

Black with #253C94

Text Example


Text Example

White with #253C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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