Html Css Color HEX #213038 Tangaroa

📋 copy color: '#213038'

red 33 ◦ green 48 ◦ blue 56

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

Shades of Tangaroa #213038

Tints of Tangaroa #213038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40.88%

R = 24.09%
G = 35.04%
B = 40.88%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213038 (or 0x213038) is known color: Tangaroa. HEX triplet: 21, 30 and 38. RGB value is (33,48,56). Sum of RGB (Red+Green+Blue) = 33+48+56=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #213038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213038 is #DECFC7. Grayscale: #2C2C2C. Windows color (decimal): -14602184 or 3682337. OLE color: 3682337.

HSL color Cylindrical-coordinate representation of color #213038: hue angle of 200.87º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213038 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 48 56 -
CMYK 0.41 0.14 0 0.78
HSL 200.87º 0.26% 0.17% -
HSV(B) 200.87º 0.41% 0.22% -
XYZ 2.4 2.72 4.14 -
YUV 44.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 33 48 56 0.41 0.14 0 0.78 200.87 0.26 0.17
Hex 21 30 38 29 E 0 4E C9 1A 11
Octal 41 60 70 51 16 0 116 311 32 21
Binary 100001 110000 111000 101001 1110 0 1001110 11001001 11010 10001

Color Harmonies of #213038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213038

Black with #213038

Text Example


Text Example

White with #213038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213038; }

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

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

background-color css

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

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

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

border-color css

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

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

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