Html Css Color HEX #203C49 Tarawera

📋 copy color: '#203C49'

red 32 ◦ green 60 ◦ blue 73

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

Shades of Tarawera #203C49

Tints of Tarawera #203C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

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

R = 19.39%
G = 36.36%
B = 44.24%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#203C49 (or 0x203C49) is known color: Tarawera. HEX triplet: 20, 3C and 49. RGB value is (32,60,73). Sum of RGB (Red+Green+Blue) = 32+60+73=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #203C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C49 is #DFC3B6. Grayscale: #353535. Windows color (decimal): -14664631 or 4799520. OLE color: 4799520.

HSL color Cylindrical-coordinate representation of color #203C49: hue angle of 199.02º 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 #203C49 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 60 73 -
CMYK 0.56 0.18 0 0.71
HSL 199.02º 0.39% 0.21% -
HSV(B) 199.02º 0.56% 0.29% -
XYZ 3.41 4.02 6.9 -
YUV 53.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 32 60 73 0.56 0.18 0 0.71 199.02 0.39 0.21
Hex 20 3C 49 38 12 0 47 C7 27 15
Octal 40 74 111 70 22 0 107 307 47 25
Binary 100000 111100 1001001 111000 10010 0 1000111 11000111 100111 10101

Color Harmonies of #203C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C49

Black with #203C49

Text Example


Text Example

White with #203C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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