Html Css Color HEX #253A8F Tory Blue

📋 copy color: '#253A8F'

red 37 ◦ green 58 ◦ blue 143

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

Shades of Tory Blue #253A8F

Tints of Tory Blue #253A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.37%

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

R = 15.55%
G = 24.37%
B = 60.08%

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

#253A8F (or 0x253A8F) is known color: Tory Blue. HEX triplet: 25, 3A and 8F. RGB value is (37,58,143). Sum of RGB (Red+Green+Blue) = 37+58+143=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #253A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253A8F is #DAC570. Grayscale: #3D3D3D. Windows color (decimal): -14337393 or 9386533. OLE color: 9386533.

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

Color convert

RGB 37 58 143 -
CMYK 0.74 0.59 0 0.44
HSL 228.11º 0.59% 0.35% -
HSV(B) 228.11º 0.74% 0.56% -
XYZ 7.23 5.4 26.65 -
YUV 61.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 37 58 143 0.74 0.59 0 0.44 228.11 0.59 0.35
Hex 25 3A 8F 4A 3B 0 2C E4 3B 23
Octal 45 72 217 112 73 0 54 344 73 43
Binary 100101 111010 10001111 1001010 111011 0 101100 11100100 111011 100011

Color Harmonies of #253A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A8F

Black with #253A8F

Text Example


Text Example

White with #253A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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