Html Css Color HEX #254398 Tory Blue

📋 copy color: '#254398'

red 37 ◦ green 67 ◦ blue 152

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

Shades of Tory Blue #254398

Tints of Tory Blue #254398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.38%

R = 14.45%
G = 26.17%
B = 59.38%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#254398 (or 0x254398) is known color: Tory Blue. HEX triplet: 25, 43 and 98. RGB value is (37,67,152). Sum of RGB (Red+Green+Blue) = 37+67+152=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #254398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254398 is #DABC67. Grayscale: #434343. Windows color (decimal): -14335080 or 9978661. OLE color: 9978661.

HSL color Cylindrical-coordinate representation of color #254398: hue angle of 224.35º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254398 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 67 152 -
CMYK 0.76 0.56 0 0.40
HSL 224.35º 0.61% 0.37% -
HSV(B) 224.35º 0.76% 0.6% -
XYZ 8.44 6.67 30.55 -
YUV 67.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 37 67 152 0.76 0.56 0 0.40 224.35 0.61 0.37
Hex 25 43 98 4C 38 0 28 E0 3D 25
Octal 45 103 230 114 70 0 50 340 75 45
Binary 100101 1000011 10011000 1001100 111000 0 101000 11100000 111101 100101

Color Harmonies of #254398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254398

Black with #254398

Text Example


Text Example

White with #254398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254398; }

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

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

background-color css

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

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

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

border-color css

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

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

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