Html Css Color HEX #1D3A47 Tarawera

📋 copy color: '#1D3A47'

red 29 ◦ green 58 ◦ blue 71

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

Shades of Tarawera #1D3A47

Tints of Tarawera #1D3A47

RGB

 RED value IS 29 (11.72% from 255) = 18.35%

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

 BLUE value IS 71 (28.13% from 255) = 44.94%

R = 18.35%
G = 36.71%
B = 44.94%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D3A47 (or 0x1D3A47) is known color: Tarawera. HEX triplet: 1D, 3A and 47. RGB value is (29,58,71). Sum of RGB (Red+Green+Blue) = 29+58+71=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3A47 is #E2C5B8. Grayscale: #323232. Windows color (decimal): -14861753 or 4667933. OLE color: 4667933.

HSL color Cylindrical-coordinate representation of color #1D3A47: hue angle of 198.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D3A47 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 58 71 -
CMYK 0.59 0.18 0 0.72
HSL 198.57º 0.42% 0.2% -
HSV(B) 198.57º 0.59% 0.28% -
XYZ 3.16 3.74 6.52 -
YUV 50.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 29 58 71 0.59 0.18 0 0.72 198.57 0.42 0.2
Hex 1D 3A 47 3B 12 0 48 C7 2A 14
Octal 35 72 107 73 22 0 110 307 52 24
Binary 11101 111010 1000111 111011 10010 0 1001000 11000111 101010 10100

Color Harmonies of #1D3A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3A47

Black with #1D3A47

Text Example


Text Example

White with #1D3A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D3A47; }

 p { color: rgb(29,58,71); }

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

background-color css

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

 a { background-color: rgb(29,58,71); }

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

border-color css

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

 span { border-color: rgb(29,58,71); }

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