Html Css Color HEX #254395 Tory Blue

📋 copy color: '#254395'

red 37 ◦ green 67 ◦ blue 149

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

Shades of Tory Blue #254395

Tints of Tory Blue #254395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 14.62%
G = 26.48%
B = 58.89%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254395 (or 0x254395) is known color: Tory Blue. HEX triplet: 25, 43 and 95. RGB value is (37,67,149). Sum of RGB (Red+Green+Blue) = 37+67+149=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #254395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254395 is #DABC6A. Grayscale: #434343. Windows color (decimal): -14335083 or 9782053. OLE color: 9782053.

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

Color convert

RGB 37 67 149 -
CMYK 0.75 0.55 0 0.42
HSL 223.93º 0.6% 0.36% -
HSV(B) 223.93º 0.75% 0.58% -
XYZ 8.19 6.58 29.27 -
YUV 67.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 37 67 149 0.75 0.55 0 0.42 223.93 0.6 0.36
Hex 25 43 95 4B 37 0 2A E0 3C 24
Octal 45 103 225 113 67 0 52 340 74 44
Binary 100101 1000011 10010101 1001011 110111 0 101010 11100000 111100 100100

Color Harmonies of #254395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254395

Black with #254395

Text Example


Text Example

White with #254395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254395; }

 p { color: rgb(37,67,149); }

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

background-color css

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

 a { background-color: rgb(37,67,149); }

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

border-color css

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

 span { border-color: rgb(37,67,149); }

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