Html Css Color HEX #274187 Tory Blue

📋 copy color: '#274187'

red 39 ◦ green 65 ◦ blue 135

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

Shades of Tory Blue #274187

Tints of Tory Blue #274187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

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

R = 16.32%
G = 27.2%
B = 56.49%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#274187 (or 0x274187) is known color: Tory Blue. HEX triplet: 27, 41 and 87. RGB value is (39,65,135). Sum of RGB (Red+Green+Blue) = 39+65+135=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #274187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274187 is #D8BE78. Grayscale: #404040. Windows color (decimal): -14204537 or 8864039. OLE color: 8864039.

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

Color convert

RGB 39 65 135 -
CMYK 0.71 0.52 0 0.47
HSL 223.75º 0.55% 0.34% -
HSV(B) 223.75º 0.71% 0.53% -
XYZ 7.1 5.96 23.7 -
YUV 65.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 39 65 135 0.71 0.52 0 0.47 223.75 0.55 0.34
Hex 27 41 87 47 34 0 2F E0 37 22
Octal 47 101 207 107 64 0 57 340 67 42
Binary 100111 1000001 10000111 1000111 110100 0 101111 11100000 110111 100010

Color Harmonies of #274187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274187

Black with #274187

Text Example


Text Example

White with #274187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274187; }

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

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

background-color css

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

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

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

border-color css

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

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

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