Html Css Color HEX #274089 Tory Blue

📋 copy color: '#274089'

red 39 ◦ green 64 ◦ blue 137

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

Shades of Tory Blue #274089

Tints of Tory Blue #274089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 16.25%
G = 26.67%
B = 57.08%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#274089 (or 0x274089) is known color: Tory Blue. HEX triplet: 27, 40 and 89. RGB value is (39,64,137). Sum of RGB (Red+Green+Blue) = 39+64+137=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #274089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274089 is #D8BF76. Grayscale: #404040. Windows color (decimal): -14204791 or 8994855. OLE color: 8994855.

HSL color Cylindrical-coordinate representation of color #274089: hue angle of 224.69º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274089 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 64 137 -
CMYK 0.72 0.53 0 0.46
HSL 224.69º 0.56% 0.35% -
HSV(B) 224.69º 0.72% 0.54% -
XYZ 7.19 5.9 24.43 -
YUV 64.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 39 64 137 0.72 0.53 0 0.46 224.69 0.56 0.35
Hex 27 40 89 48 35 0 2E E1 38 23
Octal 47 100 211 110 65 0 56 341 70 43
Binary 100111 1000000 10001001 1001000 110101 0 101110 11100001 111000 100011

Color Harmonies of #274089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274089

Black with #274089

Text Example


Text Example

White with #274089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274089; }

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

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

background-color css

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

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

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

border-color css

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

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

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