Html Css Color HEX #274296 Tory Blue

📋 copy color: '#274296'

red 39 ◦ green 66 ◦ blue 150

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

Shades of Tory Blue #274296

Tints of Tory Blue #274296

RGB

 RED value IS 39 (15.63% from 255) = 15.29%

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 150 (58.98% from 255) = 58.82%

R = 15.29%
G = 25.88%
B = 58.82%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#274296 (or 0x274296) is known color: Tory Blue. HEX triplet: 27, 42 and 96. RGB value is (39,66,150). Sum of RGB (Red+Green+Blue) = 39+66+150=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #274296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274296 is #D8BD69. Grayscale: #434343. Windows color (decimal): -14204266 or 9847335. OLE color: 9847335.

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

Color convert

RGB 39 66 150 -
CMYK 0.74 0.56 0 0.41
HSL 225.41º 0.59% 0.37% -
HSV(B) 225.41º 0.74% 0.59% -
XYZ 8.29 6.53 29.68 -
YUV 67.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 39 66 150 0.74 0.56 0 0.41 225.41 0.59 0.37
Hex 27 42 96 4A 38 0 29 E1 3B 25
Octal 47 102 226 112 70 0 51 341 73 45
Binary 100111 1000010 10010110 1001010 111000 0 101001 11100001 111011 100101

Color Harmonies of #274296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274296

Black with #274296

Text Example


Text Example

White with #274296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274296; }

 p { color: rgb(39,66,150); }

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

background-color css

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

 a { background-color: rgb(39,66,150); }

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

border-color css

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

 span { border-color: rgb(39,66,150); }

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