Html Css Color HEX #203B49 Tarawera

📋 copy color: '#203B49'

red 32 ◦ green 59 ◦ blue 73

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

Shades of Tarawera #203B49

Tints of Tarawera #203B49

RGB

 RED value IS 32 (12.89% from 255) = 19.51%

 GREEN value IS 59 (23.44% from 255) = 35.98%

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

R = 19.51%
G = 35.98%
B = 44.51%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#203B49 (or 0x203B49) is known color: Tarawera. HEX triplet: 20, 3B and 49. RGB value is (32,59,73). Sum of RGB (Red+Green+Blue) = 32+59+73=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #203B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B49 is #DFC4B6. Grayscale: #343434. Windows color (decimal): -14664887 or 4799264. OLE color: 4799264.

HSL color Cylindrical-coordinate representation of color #203B49: hue angle of 200.49º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #203B49 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 59 73 -
CMYK 0.56 0.19 0 0.71
HSL 200.49º 0.39% 0.21% -
HSV(B) 200.49º 0.56% 0.29% -
XYZ 3.36 3.92 6.88 -
YUV 52.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 32 59 73 0.56 0.19 0 0.71 200.49 0.39 0.21
Hex 20 3B 49 38 13 0 47 C8 27 15
Octal 40 73 111 70 23 0 107 310 47 25
Binary 100000 111011 1001001 111000 10011 0 1000111 11001000 100111 10101

Color Harmonies of #203B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203B49

Black with #203B49

Text Example


Text Example

White with #203B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203B49; }

 p { color: rgb(32,59,73); }

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

background-color css

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

 a { background-color: rgb(32,59,73); }

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

border-color css

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

 span { border-color: rgb(32,59,73); }

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