Html Css Color HEX #021E38 Tangaroa

📋 copy color: '#021E38'

red 2 ◦ green 30 ◦ blue 56

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

Shades of Tangaroa #021E38

Tints of Tangaroa #021E38

RGB

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

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

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

R = 2.27%
G = 34.09%
B = 63.64%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021E38 (or 0x021E38) is known color: Tangaroa. HEX triplet: 02, 1E and 38. RGB value is (2,30,56). Sum of RGB (Red+Green+Blue) = 2+30+56=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #021E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E38 is #FDE1C7. Grayscale: #181818. Windows color (decimal): -16638408 or 3677698. OLE color: 3677698.

HSL color Cylindrical-coordinate representation of color #021E38: hue angle of 208.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021E38 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 30 56 -
CMYK 0.96 0.46 0 0.78
HSL 208.89º 0.93% 0.11% -
HSV(B) 208.89º 0.96% 0.22% -
XYZ 1.2 1.23 3.91 -
YUV 24.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 2 30 56 0.96 0.46 0 0.78 208.89 0.93 0.11
Hex 2 1E 38 60 2E 0 4E D1 5D B
Octal 2 36 70 140 56 0 116 321 135 13
Binary 10 11110 111000 1100000 101110 0 1001110 11010001 1011101 1011

Color Harmonies of #021E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E38

Black with #021E38

Text Example


Text Example

White with #021E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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