Html Css Color HEX #274390 Tory Blue

📋 copy color: '#274390'

red 39 ◦ green 67 ◦ blue 144

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

Shades of Tory Blue #274390

Tints of Tory Blue #274390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 15.6%
G = 26.8%
B = 57.6%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274390 (or 0x274390) is known color: Tory Blue. HEX triplet: 27, 43 and 90. RGB value is (39,67,144). Sum of RGB (Red+Green+Blue) = 39+67+144=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #274390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274390 is #D8BC6F. Grayscale: #434343. Windows color (decimal): -14204016 or 9454375. OLE color: 9454375.

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

Color convert

RGB 39 67 144 -
CMYK 0.73 0.53 0 0.44
HSL 224º 0.57% 0.36% -
HSV(B) 224º 0.73% 0.56% -
XYZ 7.88 6.46 27.22 -
YUV 67.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 39 67 144 0.73 0.53 0 0.44 224 0.57 0.36
Hex 27 43 90 49 35 0 2C E0 39 24
Octal 47 103 220 111 65 0 54 340 71 44
Binary 100111 1000011 10010000 1001001 110101 0 101100 11100000 111001 100100

Color Harmonies of #274390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274390

Black with #274390

Text Example


Text Example

White with #274390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274390; }

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

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

background-color css

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

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

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

border-color css

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

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

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