Html Css Color HEX #254A9C Tory Blue

📋 copy color: '#254A9C'

red 37 ◦ green 74 ◦ blue 156

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

Shades of Tory Blue #254A9C

Tints of Tory Blue #254A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

 BLUE value IS 156 (61.33% from 255) = 58.43%

R = 13.86%
G = 27.72%
B = 58.43%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#254A9C (or 0x254A9C) is known color: Tory Blue. HEX triplet: 25, 4A and 9C. RGB value is (37,74,156). Sum of RGB (Red+Green+Blue) = 37+74+156=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #254A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A9C is #DAB563. Grayscale: #474747. Windows color (decimal): -14333284 or 10242597. OLE color: 10242597.

HSL color Cylindrical-coordinate representation of color #254A9C: hue angle of 221.34º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254A9C is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 74 156 -
CMYK 0.76 0.53 0 0.39
HSL 221.34º 0.62% 0.38% -
HSV(B) 221.34º 0.76% 0.61% -
XYZ 9.21 7.69 32.45 -
YUV 72.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 37 74 156 0.76 0.53 0 0.39 221.34 0.62 0.38
Hex 25 4A 9C 4C 35 0 27 DD 3E 26
Octal 45 112 234 114 65 0 47 335 76 46
Binary 100101 1001010 10011100 1001100 110101 0 100111 11011101 111110 100110

Color Harmonies of #254A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A9C

Black with #254A9C

Text Example


Text Example

White with #254A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254A9C; }

 p { color: rgb(37,74,156); }

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

background-color css

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

 a { background-color: rgb(37,74,156); }

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

border-color css

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

 span { border-color: rgb(37,74,156); }

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