Html Css Color HEX #21384B Tarawera

📋 copy color: '#21384B'

red 33 ◦ green 56 ◦ blue 75

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

Shades of Tarawera #21384B

Tints of Tarawera #21384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.15%

 BLUE value IS 75 (29.69% from 255) = 45.73%

R = 20.12%
G = 34.15%
B = 45.73%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21384B (or 0x21384B) is known color: Tarawera. HEX triplet: 21, 38 and 4B. RGB value is (33,56,75). Sum of RGB (Red+Green+Blue) = 33+56+75=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #21384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21384B is #DEC7B4. Grayscale: #333333. Windows color (decimal): -14600117 or 4929569. OLE color: 4929569.

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

Color convert

RGB 33 56 75 -
CMYK 0.56 0.25 0 0.71
HSL 207.14º 0.39% 0.21% -
HSV(B) 207.14º 0.56% 0.29% -
XYZ 3.31 3.66 7.19 -
YUV 51.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 33 56 75 0.56 0.25 0 0.71 207.14 0.39 0.21
Hex 21 38 4B 38 19 0 47 CF 27 15
Octal 41 70 113 70 31 0 107 317 47 25
Binary 100001 111000 1001011 111000 11001 0 1000111 11001111 100111 10101

Color Harmonies of #21384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21384B

Black with #21384B

Text Example


Text Example

White with #21384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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