Html Css Color HEX #273248 Bunting

📋 copy color: '#273248'

red 39 ◦ green 50 ◦ blue 72

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

Shades of Bunting #273248

Tints of Bunting #273248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 24.22%
G = 31.06%
B = 44.72%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#273248 (or 0x273248) is known color: Bunting. HEX triplet: 27, 32 and 48. RGB value is (39,50,72). Sum of RGB (Red+Green+Blue) = 39+50+72=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #273248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273248 is #D8CDB7. Grayscale: #313131. Windows color (decimal): -14208440 or 4731431. OLE color: 4731431.

HSL color Cylindrical-coordinate representation of color #273248: hue angle of 220º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #273248 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 50 72 -
CMYK 0.46 0.31 0 0.72
HSL 220º 0.3% 0.22% -
HSV(B) 220º 0.46% 0.28% -
XYZ 3.15 3.18 6.58 -
YUV 49.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 39 50 72 0.46 0.31 0 0.72 220 0.3 0.22
Hex 27 32 48 2E 1F 0 48 DC 1E 16
Octal 47 62 110 56 37 0 110 334 36 26
Binary 100111 110010 1001000 101110 11111 0 1001000 11011100 11110 10110

Color Harmonies of #273248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273248

Black with #273248

Text Example


Text Example

White with #273248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273248; }

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

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

background-color css

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

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

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

border-color css

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

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

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