Html Css Color HEX #274088 Tory Blue

📋 copy color: '#274088'

red 39 ◦ green 64 ◦ blue 136

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

Shades of Tory Blue #274088

Tints of Tory Blue #274088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.9%

R = 16.32%
G = 26.78%
B = 56.9%

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

#274088 (or 0x274088) is known color: Tory Blue. HEX triplet: 27, 40 and 88. RGB value is (39,64,136). Sum of RGB (Red+Green+Blue) = 39+64+136=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #274088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274088 is #D8BF77. Grayscale: #404040. Windows color (decimal): -14204792 or 8929319. OLE color: 8929319.

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

Color convert

RGB 39 64 136 -
CMYK 0.71 0.53 0 0.47
HSL 224.54º 0.55% 0.34% -
HSV(B) 224.54º 0.71% 0.53% -
XYZ 7.11 5.88 24.05 -
YUV 64.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 39 64 136 0.71 0.53 0 0.47 224.54 0.55 0.34
Hex 27 40 88 47 35 0 2F E1 37 22
Octal 47 100 210 107 65 0 57 341 67 42
Binary 100111 1000000 10001000 1000111 110101 0 101111 11100001 110111 100010

Color Harmonies of #274088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274088

Black with #274088

Text Example


Text Example

White with #274088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274088; }

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

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

background-color css

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

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

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

border-color css

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

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

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