Html Css Color HEX #022341 Tangaroa

📋 copy color: '#022341'

red 2 ◦ green 35 ◦ blue 65

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

Shades of Tangaroa #022341

Tints of Tangaroa #022341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 63.73%

R = 1.96%
G = 34.31%
B = 63.73%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#022341 (or 0x022341) is known color: Tangaroa. HEX triplet: 02, 23 and 41. RGB value is (2,35,65). Sum of RGB (Red+Green+Blue) = 2+35+65=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #022341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022341 is #FDDCBE. Grayscale: #1C1C1C. Windows color (decimal): -16637119 or 4268802. OLE color: 4268802.

HSL color Cylindrical-coordinate representation of color #022341: hue angle of 208.57º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022341 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 35 65 -
CMYK 0.97 0.46 0 0.75
HSL 208.57º 0.94% 0.13% -
HSV(B) 208.57º 0.97% 0.25% -
XYZ 1.58 1.6 5.23 -
YUV 28.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 2 35 65 0.97 0.46 0 0.75 208.57 0.94 0.13
Hex 2 23 41 61 2E 0 4B D1 5E D
Octal 2 43 101 141 56 0 113 321 136 15
Binary 10 100011 1000001 1100001 101110 0 1001011 11010001 1011110 1101

Color Harmonies of #022341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022341

Black with #022341

Text Example


Text Example

White with #022341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022341; }

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

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

background-color css

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

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

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

border-color css

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

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

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