Html Css Color HEX #273176 Torea Bay

📋 copy color: '#273176'

red 39 ◦ green 49 ◦ blue 118

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

Shades of Torea Bay #273176

Tints of Torea Bay #273176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 18.93%
G = 23.79%
B = 57.28%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#273176 (or 0x273176) is known color: Torea Bay. HEX triplet: 27, 31 and 76. RGB value is (39,49,118). Sum of RGB (Red+Green+Blue) = 39+49+118=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #273176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273176 is #D8CE89. Grayscale: #353535. Windows color (decimal): -14208650 or 7745831. OLE color: 7745831.

HSL color Cylindrical-coordinate representation of color #273176: hue angle of 232.41º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273176 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 49 118 -
CMYK 0.67 0.58 0 0.54
HSL 232.41º 0.5% 0.31% -
HSV(B) 232.41º 0.67% 0.46% -
XYZ 5.21 3.94 17.62 -
YUV 53.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 39 49 118 0.67 0.58 0 0.54 232.41 0.5 0.31
Hex 27 31 76 43 3A 0 36 E8 32 1F
Octal 47 61 166 103 72 0 66 350 62 37
Binary 100111 110001 1110110 1000011 111010 0 110110 11101000 110010 11111

Color Harmonies of #273176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273176

Black with #273176

Text Example


Text Example

White with #273176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273176; }

 p { color: rgb(39,49,118); }

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

background-color css

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

 a { background-color: rgb(39,49,118); }

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

border-color css

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

 span { border-color: rgb(39,49,118); }

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