Html Css Color HEX #253D93 Tory Blue

📋 copy color: '#253D93'

red 37 ◦ green 61 ◦ blue 147

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

Shades of Tory Blue #253D93

Tints of Tory Blue #253D93

RGB

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

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

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

R = 15.1%
G = 24.9%
B = 60%

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

#253D93 (or 0x253D93) is known color: Tory Blue. HEX triplet: 25, 3D and 93. RGB value is (37,61,147). Sum of RGB (Red+Green+Blue) = 37+61+147=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #253D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D93 is #DAC26C. Grayscale: #3F3F3F. Windows color (decimal): -14336621 or 9649445. OLE color: 9649445.

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

Color convert

RGB 37 61 147 -
CMYK 0.75 0.59 0 0.42
HSL 226.91º 0.6% 0.36% -
HSV(B) 226.91º 0.75% 0.58% -
XYZ 7.7 5.84 28.32 -
YUV 63.63 175.05 109.01 -
System Red Green Blue C M Y K H S L
Decimal 37 61 147 0.75 0.59 0 0.42 226.91 0.6 0.36
Hex 25 3D 93 4B 3B 0 2A E3 3C 24
Octal 45 75 223 113 73 0 52 343 74 44
Binary 100101 111101 10010011 1001011 111011 0 101010 11100011 111100 100100

Color Harmonies of #253D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D93

Black with #253D93

Text Example


Text Example

White with #253D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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