Html Css Color HEX #274096 Tory Blue

📋 copy color: '#274096'

red 39 ◦ green 64 ◦ blue 150

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

Shades of Tory Blue #274096

Tints of Tory Blue #274096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 15.42%
G = 25.3%
B = 59.29%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#274096 (or 0x274096) is known color: Tory Blue. HEX triplet: 27, 40 and 96. RGB value is (39,64,150). Sum of RGB (Red+Green+Blue) = 39+64+150=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #274096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274096 is #D8BF69. Grayscale: #414141. Windows color (decimal): -14204778 or 9846823. OLE color: 9846823.

HSL color Cylindrical-coordinate representation of color #274096: hue angle of 226.49º 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 #274096 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 64 150 -
CMYK 0.74 0.57 0 0.41
HSL 226.49º 0.59% 0.37% -
HSV(B) 226.49º 0.74% 0.59% -
XYZ 8.18 6.3 29.64 -
YUV 66.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 39 64 150 0.74 0.57 0 0.41 226.49 0.59 0.37
Hex 27 40 96 4A 39 0 29 E2 3B 25
Octal 47 100 226 112 71 0 51 342 73 45
Binary 100111 1000000 10010110 1001010 111001 0 101001 11100010 111011 100101

Color Harmonies of #274096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274096

Black with #274096

Text Example


Text Example

White with #274096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274096; }

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

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

background-color css

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

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

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

border-color css

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

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

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