Html Css Color HEX #273A48 Tarawera

📋 copy color: '#273A48'

red 39 ◦ green 58 ◦ blue 72

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

Shades of Tarawera #273A48

Tints of Tarawera #273A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.32%

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

R = 23.08%
G = 34.32%
B = 42.6%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#273A48 (or 0x273A48) is known color: Tarawera. HEX triplet: 27, 3A and 48. RGB value is (39,58,72). Sum of RGB (Red+Green+Blue) = 39+58+72=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #273A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A48 is #D8C5B7. Grayscale: #353535. Windows color (decimal): -14206392 or 4733479. OLE color: 4733479.

HSL color Cylindrical-coordinate representation of color #273A48: hue angle of 205.45º 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 #273A48 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 58 72 -
CMYK 0.46 0.19 0 0.72
HSL 205.45º 0.3% 0.22% -
HSV(B) 205.45º 0.46% 0.28% -
XYZ 3.52 3.93 6.7 -
YUV 53.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 39 58 72 0.46 0.19 0 0.72 205.45 0.3 0.22
Hex 27 3A 48 2E 13 0 48 CD 1E 16
Octal 47 72 110 56 23 0 110 315 36 26
Binary 100111 111010 1001000 101110 10011 0 1001000 11001101 11110 10110

Color Harmonies of #273A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273A48

Black with #273A48

Text Example


Text Example

White with #273A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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