Html Css Color HEX #253B8F Tory Blue

📋 copy color: '#253B8F'

red 37 ◦ green 59 ◦ blue 143

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

Shades of Tory Blue #253B8F

Tints of Tory Blue #253B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.83%

R = 15.48%
G = 24.69%
B = 59.83%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#253B8F (or 0x253B8F) is known color: Tory Blue. HEX triplet: 25, 3B and 8F. RGB value is (37,59,143). Sum of RGB (Red+Green+Blue) = 37+59+143=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #253B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B8F is #DAC470. Grayscale: #3D3D3D. Windows color (decimal): -14337137 or 9386789. OLE color: 9386789.

HSL color Cylindrical-coordinate representation of color #253B8F: hue angle of 227.55º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #253B8F is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 59 143 -
CMYK 0.74 0.59 0 0.44
HSL 227.55º 0.59% 0.35% -
HSV(B) 227.55º 0.74% 0.56% -
XYZ 7.28 5.5 26.67 -
YUV 62 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 37 59 143 0.74 0.59 0 0.44 227.55 0.59 0.35
Hex 25 3B 8F 4A 3B 0 2C E4 3B 23
Octal 45 73 217 112 73 0 54 344 73 43
Binary 100101 111011 10001111 1001010 111011 0 101100 11100100 111011 100011

Color Harmonies of #253B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B8F

Black with #253B8F

Text Example


Text Example

White with #253B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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