#213A4B

Color #213A4B Tarawera (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tarawera #213A4B

Tints of Tarawera #213A4B

Color information

#213A4B (or 0x213A4B) is unknown color: approx Tarawera. HEX triplet: 21, 3A and 4B. RGB value is (33,58,75). Sum of RGB (Red+Green+Blue) = 33+58+75=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #213A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A4B is #DEC5B4. Grayscale: #343434. Windows color (decimal): -14599605 or 4930081. OLE color: 4930081.

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

Color convert

RGB335875-
CMYK0.560.2300.71
HSL204.29º38.89%21.18%-
HSV(B)204.29º56%29.41%-
XYZ3.413.867.22-
YUV52.46140.72114.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=19.88%
G=34.94%
B=45.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3358750.560.2300.71204.2938.8921.18
Hex213A4B3817047cc2715
Octal4172113702701073144725
Binary100001111010100101111100010111010001111100110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A4B; }

 p { color: rgb(33,58,75); }

 H1.HeaderClassName
 {
   color: #213A4B;
 }
 .AnyTagClassName
 {
   color: #213A4B;
 }
</style>
background-color css

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

 a { background-color: rgb(33,58,75); }

 div.DivClassName
 {
   background-color: #213A4B;
 }
 .BgClassName
 {
   background-color: #213A4B;
 }
</style>
border-color css

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

 span { border-color: rgb(33,58,75); }

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