Html Css Color HEX #274299 Tory Blue

📋 copy color: '#274299'

red 39 ◦ green 66 ◦ blue 153

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

Shades of Tory Blue #274299

Tints of Tory Blue #274299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 15.12%
G = 25.58%
B = 59.3%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#274299 (or 0x274299) is known color: Tory Blue. HEX triplet: 27, 42 and 99. RGB value is (39,66,153). Sum of RGB (Red+Green+Blue) = 39+66+153=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #274299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274299 is #D8BD66. Grayscale: #434343. Windows color (decimal): -14204263 or 10043943. OLE color: 10043943.

HSL color Cylindrical-coordinate representation of color #274299: hue angle of 225.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274299 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 66 153 -
CMYK 0.75 0.57 0 0.4
HSL 225.79º 0.59% 0.38% -
HSV(B) 225.79º 0.75% 0.6% -
XYZ 8.53 6.63 30.97 -
YUV 67.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 39 66 153 0.75 0.57 0 0.4 225.79 0.59 0.38
Hex 27 42 99 4B 39 0 28 E2 3B 26
Octal 47 102 231 113 71 0 50 342 73 46
Binary 100111 1000010 10011001 1001011 111001 0 101000 11100010 111011 100110

Color Harmonies of #274299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274299

Black with #274299

Text Example


Text Example

White with #274299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274299; }

 p { color: rgb(39,66,153); }

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

background-color css

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

 a { background-color: rgb(39,66,153); }

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

border-color css

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

 span { border-color: rgb(39,66,153); }

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