Html Css Color HEX #253B93 Tory Blue

📋 copy color: '#253B93'

red 37 ◦ green 59 ◦ blue 147

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

Shades of Tory Blue #253B93

Tints of Tory Blue #253B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.28%

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

R = 15.23%
G = 24.28%
B = 60.49%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#253B93 (or 0x253B93) is known color: Tory Blue. HEX triplet: 25, 3B and 93. RGB value is (37,59,147). Sum of RGB (Red+Green+Blue) = 37+59+147=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #253B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B93 is #DAC46C. Grayscale: #3E3E3E. Windows color (decimal): -14337133 or 9648933. OLE color: 9648933.

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

Color convert

RGB 37 59 147 -
CMYK 0.75 0.60 0 0.42
HSL 228º 0.6% 0.36% -
HSV(B) 228º 0.75% 0.58% -
XYZ 7.59 5.63 28.29 -
YUV 62.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 37 59 147 0.75 0.60 0 0.42 228 0.6 0.36
Hex 25 3B 93 4B 3C 0 2A E4 3C 24
Octal 45 73 223 113 74 0 52 344 74 44
Binary 100101 111011 10010011 1001011 111100 0 101010 11100100 111100 100100

Color Harmonies of #253B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B93

Black with #253B93

Text Example


Text Example

White with #253B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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