Html Css Color HEX #273249 Bunting

📋 copy color: '#273249'

red 39 ◦ green 50 ◦ blue 73

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

Shades of Bunting #273249

Tints of Bunting #273249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.86%

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 24.07%
G = 30.86%
B = 45.06%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#273249 (or 0x273249) is known color: Bunting. HEX triplet: 27, 32 and 49. RGB value is (39,50,73). Sum of RGB (Red+Green+Blue) = 39+50+73=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #273249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273249 is #D8CDB6. Grayscale: #313131. Windows color (decimal): -14208439 or 4796967. OLE color: 4796967.

HSL color Cylindrical-coordinate representation of color #273249: hue angle of 220.59º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #273249 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 50 73 -
CMYK 0.47 0.32 0 0.71
HSL 220.59º 0.3% 0.22% -
HSV(B) 220.59º 0.47% 0.29% -
XYZ 3.18 3.19 6.75 -
YUV 49.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 39 50 73 0.47 0.32 0 0.71 220.59 0.3 0.22
Hex 27 32 49 2F 20 0 47 DD 1E 16
Octal 47 62 111 57 40 0 107 335 36 26
Binary 100111 110010 1001001 101111 100000 0 1000111 11011101 11110 10110

Color Harmonies of #273249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273249

Black with #273249

Text Example


Text Example

White with #273249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273249; }

 p { color: rgb(39,50,73); }

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

background-color css

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

 a { background-color: rgb(39,50,73); }

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

border-color css

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

 span { border-color: rgb(39,50,73); }

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