Html Css Color HEX #213039 Tangaroa

📋 copy color: '#213039'

red 33 ◦ green 48 ◦ blue 57

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

Shades of Tangaroa #213039

Tints of Tangaroa #213039

RGB

 RED value IS 33 (13.28% from 255) = 23.91%

 GREEN value IS 48 (19.14% from 255) = 34.78%

 BLUE value IS 57 (22.66% from 255) = 41.3%

R = 23.91%
G = 34.78%
B = 41.3%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213039 (or 0x213039) is known color: Tangaroa. HEX triplet: 21, 30 and 39. RGB value is (33,48,57). Sum of RGB (Red+Green+Blue) = 33+48+57=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #213039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213039 is #DECFC6. Grayscale: #2C2C2C. Windows color (decimal): -14602183 or 3747873. OLE color: 3747873.

HSL color Cylindrical-coordinate representation of color #213039: hue angle of 202.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213039 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 48 57 -
CMYK 0.42 0.16 0 0.78
HSL 202.5º 0.27% 0.18% -
HSV(B) 202.5º 0.42% 0.22% -
XYZ 2.42 2.73 4.27 -
YUV 44.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 33 48 57 0.42 0.16 0 0.78 202.5 0.27 0.18
Hex 21 30 39 2A 10 0 4E CA 1B 12
Octal 41 60 71 52 20 0 116 312 33 22
Binary 100001 110000 111001 101010 10000 0 1001110 11001010 11011 10010

Color Harmonies of #213039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213039

Black with #213039

Text Example


Text Example

White with #213039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213039; }

 p { color: rgb(33,48,57); }

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

background-color css

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

 a { background-color: rgb(33,48,57); }

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

border-color css

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

 span { border-color: rgb(33,48,57); }

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