Html Css Color HEX #274087 Tory Blue

📋 copy color: '#274087'

red 39 ◦ green 64 ◦ blue 135

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

Shades of Tory Blue #274087

Tints of Tory Blue #274087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.72%

R = 16.39%
G = 26.89%
B = 56.72%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#274087 (or 0x274087) is known color: Tory Blue. HEX triplet: 27, 40 and 87. RGB value is (39,64,135). Sum of RGB (Red+Green+Blue) = 39+64+135=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #274087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274087 is #D8BF78. Grayscale: #404040. Windows color (decimal): -14204793 or 8863783. OLE color: 8863783.

HSL color Cylindrical-coordinate representation of color #274087: hue angle of 224.38º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #274087 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 64 135 -
CMYK 0.71 0.53 0 0.47
HSL 224.38º 0.55% 0.34% -
HSV(B) 224.38º 0.71% 0.53% -
XYZ 7.04 5.85 23.68 -
YUV 64.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 39 64 135 0.71 0.53 0 0.47 224.38 0.55 0.34
Hex 27 40 87 47 35 0 2F E0 37 22
Octal 47 100 207 107 65 0 57 340 67 42
Binary 100111 1000000 10000111 1000111 110101 0 101111 11100000 110111 100010

Color Harmonies of #274087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274087

Black with #274087

Text Example


Text Example

White with #274087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274087; }

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

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

background-color css

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

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

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

border-color css

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

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

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