Html Css Color HEX #253D92 Tory Blue

📋 copy color: '#253D92'

red 37 ◦ green 61 ◦ blue 146

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

Shades of Tory Blue #253D92

Tints of Tory Blue #253D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.84%

R = 15.16%
G = 25%
B = 59.84%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#253D92 (or 0x253D92) is known color: Tory Blue. HEX triplet: 25, 3D and 92. RGB value is (37,61,146). Sum of RGB (Red+Green+Blue) = 37+61+146=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #253D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D92 is #DAC26D. Grayscale: #3F3F3F. Windows color (decimal): -14336622 or 9583909. OLE color: 9583909.

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

Color convert

RGB 37 61 146 -
CMYK 0.75 0.58 0 0.43
HSL 226.79º 0.6% 0.36% -
HSV(B) 226.79º 0.75% 0.57% -
XYZ 7.62 5.81 27.91 -
YUV 63.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 37 61 146 0.75 0.58 0 0.43 226.79 0.6 0.36
Hex 25 3D 92 4B 3A 0 2B E3 3C 24
Octal 45 75 222 113 72 0 53 343 74 44
Binary 100101 111101 10010010 1001011 111010 0 101011 11100011 111100 100100

Color Harmonies of #253D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D92

Black with #253D92

Text Example


Text Example

White with #253D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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