Html Css Color HEX #274094 Tory Blue

📋 copy color: '#274094'

red 39 ◦ green 64 ◦ blue 148

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

Shades of Tory Blue #274094

Tints of Tory Blue #274094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 15.54%
G = 25.5%
B = 58.96%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274094 (or 0x274094) is known color: Tory Blue. HEX triplet: 27, 40 and 94. RGB value is (39,64,148). Sum of RGB (Red+Green+Blue) = 39+64+148=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #274094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274094 is #D8BF6B. Grayscale: #414141. Windows color (decimal): -14204780 or 9715751. OLE color: 9715751.

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

Color convert

RGB 39 64 148 -
CMYK 0.74 0.57 0 0.42
HSL 226.24º 0.58% 0.37% -
HSV(B) 226.24º 0.74% 0.58% -
XYZ 8.02 6.24 28.8 -
YUV 66.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 39 64 148 0.74 0.57 0 0.42 226.24 0.58 0.37
Hex 27 40 94 4A 39 0 2A E2 3A 25
Octal 47 100 224 112 71 0 52 342 72 45
Binary 100111 1000000 10010100 1001010 111001 0 101010 11100010 111010 100101

Color Harmonies of #274094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274094

Black with #274094

Text Example


Text Example

White with #274094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274094; }

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

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

background-color css

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

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

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

border-color css

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

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

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