Html Css Color HEX #274287 Tory Blue

📋 copy color: '#274287'

red 39 ◦ green 66 ◦ blue 135

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

Shades of Tory Blue #274287

Tints of Tory Blue #274287

RGB

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

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

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

R = 16.25%
G = 27.5%
B = 56.25%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#274287 (or 0x274287) is known color: Tory Blue. HEX triplet: 27, 42 and 87. RGB value is (39,66,135). Sum of RGB (Red+Green+Blue) = 39+66+135=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #274287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274287 is #D8BD78. Grayscale: #414141. Windows color (decimal): -14204281 or 8864295. OLE color: 8864295.

HSL color Cylindrical-coordinate representation of color #274287: hue angle of 223.12º 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 #274287 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 66 135 -
CMYK 0.71 0.51 0 0.47
HSL 223.13º 0.55% 0.34% -
HSV(B) 223.13º 0.71% 0.53% -
XYZ 7.16 6.08 23.72 -
YUV 65.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 39 66 135 0.71 0.51 0 0.47 223.13 0.55 0.34
Hex 27 42 87 47 33 0 2F DF 37 22
Octal 47 102 207 107 63 0 57 337 67 42
Binary 100111 1000010 10000111 1000111 110011 0 101111 11011111 110111 100010

Color Harmonies of #274287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274287

Black with #274287

Text Example


Text Example

White with #274287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274287; }

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

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

background-color css

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

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

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

border-color css

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

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

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