Html Css Color HEX #274590 Tory Blue

📋 copy color: '#274590'

red 39 ◦ green 69 ◦ blue 144

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

Shades of Tory Blue #274590

Tints of Tory Blue #274590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 15.48%
G = 27.38%
B = 57.14%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274590 (or 0x274590) is known color: Tory Blue. HEX triplet: 27, 45 and 90. RGB value is (39,69,144). Sum of RGB (Red+Green+Blue) = 39+69+144=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #274590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274590 is #D8BA6F. Grayscale: #444444. Windows color (decimal): -14203504 or 9454887. OLE color: 9454887.

HSL color Cylindrical-coordinate representation of color #274590: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274590 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 69 144 -
CMYK 0.73 0.52 0 0.44
HSL 222.86º 0.57% 0.36% -
HSV(B) 222.86º 0.73% 0.56% -
XYZ 8 6.7 27.26 -
YUV 68.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 39 69 144 0.73 0.52 0 0.44 222.86 0.57 0.36
Hex 27 45 90 49 34 0 2C DF 39 24
Octal 47 105 220 111 64 0 54 337 71 44
Binary 100111 1000101 10010000 1001001 110100 0 101100 11011111 111001 100100

Color Harmonies of #274590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274590

Black with #274590

Text Example


Text Example

White with #274590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274590; }

 p { color: rgb(39,69,144); }

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

background-color css

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

 a { background-color: rgb(39,69,144); }

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

border-color css

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

 span { border-color: rgb(39,69,144); }

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