Html Css Color HEX #021E3C Tangaroa

📋 copy color: '#021E3C'

red 2 ◦ green 30 ◦ blue 60

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

Shades of Tangaroa #021E3C

Tints of Tangaroa #021E3C

RGB

 RED value IS 2 (1.17% from 255) = 2.17%

 GREEN value IS 30 (12.11% from 255) = 32.61%

 BLUE value IS 60 (23.83% from 255) = 65.22%

R = 2.17%
G = 32.61%
B = 65.22%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#021E3C (or 0x021E3C) is known color: Tangaroa. HEX triplet: 02, 1E and 3C. RGB value is (2,30,60). Sum of RGB (Red+Green+Blue) = 2+30+60=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #021E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E3C is #FDE1C3. Grayscale: #181818. Windows color (decimal): -16638404 or 3939842. OLE color: 3939842.

HSL color Cylindrical-coordinate representation of color #021E3C: hue angle of 211.03º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E3C is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 30 60 -
CMYK 0.97 0.50 0 0.76
HSL 211.03º 0.94% 0.12% -
HSV(B) 211.03º 0.97% 0.24% -
XYZ 1.3 1.27 4.45 -
YUV 25.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 2 30 60 0.97 0.50 0 0.76 211.03 0.94 0.12
Hex 2 1E 3C 61 32 0 4C D3 5E C
Octal 2 36 74 141 62 0 114 323 136 14
Binary 10 11110 111100 1100001 110010 0 1001100 11010011 1011110 1100

Color Harmonies of #021E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E3C

Black with #021E3C

Text Example


Text Example

White with #021E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021E3C; }

 p { color: rgb(2,30,60); }

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

background-color css

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

 a { background-color: rgb(2,30,60); }

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

border-color css

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

 span { border-color: rgb(2,30,60); }

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