Html Css Color HEX #022347 Tangaroa

📋 copy color: '#022347'

red 2 ◦ green 35 ◦ blue 71

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

Shades of Tangaroa #022347

Tints of Tangaroa #022347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.41%

 BLUE value IS 71 (28.13% from 255) = 65.74%

R = 1.85%
G = 32.41%
B = 65.74%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#022347 (or 0x022347) is known color: Tangaroa. HEX triplet: 02, 23 and 47. RGB value is (2,35,71). Sum of RGB (Red+Green+Blue) = 2+35+71=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #022347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022347 is #FDDCB8. Grayscale: #1D1D1D. Windows color (decimal): -16637113 or 4662018. OLE color: 4662018.

HSL color Cylindrical-coordinate representation of color #022347: hue angle of 211.3º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022347 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 35 71 -
CMYK 0.97 0.51 0 0.72
HSL 211.3º 0.95% 0.14% -
HSV(B) 211.3º 0.97% 0.28% -
XYZ 1.76 1.67 6.19 -
YUV 29.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 2 35 71 0.97 0.51 0 0.72 211.3 0.95 0.14
Hex 2 23 47 61 33 0 48 D3 5F E
Octal 2 43 107 141 63 0 110 323 137 16
Binary 10 100011 1000111 1100001 110011 0 1001000 11010011 1011111 1110

Color Harmonies of #022347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022347

Black with #022347

Text Example


Text Example

White with #022347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022347; }

 p { color: rgb(2,35,71); }

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

background-color css

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

 a { background-color: rgb(2,35,71); }

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

border-color css

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

 span { border-color: rgb(2,35,71); }

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