Html Css Color HEX #274192 Tory Blue

📋 copy color: '#274192'

red 39 ◦ green 65 ◦ blue 146

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

Shades of Tory Blue #274192

Tints of Tory Blue #274192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 15.6%
G = 26%
B = 58.4%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274192 (or 0x274192) is known color: Tory Blue. HEX triplet: 27, 41 and 92. RGB value is (39,65,146). Sum of RGB (Red+Green+Blue) = 39+65+146=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #274192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274192 is #D8BE6D. Grayscale: #424242. Windows color (decimal): -14204526 or 9584935. OLE color: 9584935.

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

Color convert

RGB 39 65 146 -
CMYK 0.73 0.55 0 0.43
HSL 225.42º 0.58% 0.36% -
HSV(B) 225.42º 0.73% 0.57% -
XYZ 7.92 6.29 27.99 -
YUV 66.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 39 65 146 0.73 0.55 0 0.43 225.42 0.58 0.36
Hex 27 41 92 49 37 0 2B E1 3A 24
Octal 47 101 222 111 67 0 53 341 72 44
Binary 100111 1000001 10010010 1001001 110111 0 101011 11100001 111010 100100

Color Harmonies of #274192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274192

Black with #274192

Text Example


Text Example

White with #274192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274192; }

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

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

background-color css

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

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

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

border-color css

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

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

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