Html Css Color HEX #253D91 Tory Blue

📋 copy color: '#253D91'

red 37 ◦ green 61 ◦ blue 145

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

Shades of Tory Blue #253D91

Tints of Tory Blue #253D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 15.23%
G = 25.1%
B = 59.67%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#253D91 (or 0x253D91) is known color: Tory Blue. HEX triplet: 25, 3D and 91. RGB value is (37,61,145). Sum of RGB (Red+Green+Blue) = 37+61+145=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #253D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D91 is #DAC26E. Grayscale: #3F3F3F. Windows color (decimal): -14336623 or 9518373. OLE color: 9518373.

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

Color convert

RGB 37 61 145 -
CMYK 0.74 0.58 0 0.43
HSL 226.67º 0.59% 0.36% -
HSV(B) 226.67º 0.74% 0.57% -
XYZ 7.54 5.78 27.51 -
YUV 63.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 37 61 145 0.74 0.58 0 0.43 226.67 0.59 0.36
Hex 25 3D 91 4A 3A 0 2B E3 3B 24
Octal 45 75 221 112 72 0 53 343 73 44
Binary 100101 111101 10010001 1001010 111010 0 101011 11100011 111011 100100

Color Harmonies of #253D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D91

Black with #253D91

Text Example


Text Example

White with #253D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,145); }

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

background-color css

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

 a { background-color: rgb(37,61,145); }

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

border-color css

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

 span { border-color: rgb(37,61,145); }

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