Html Css Color HEX #022340 Tangaroa

📋 copy color: '#022340'

red 2 ◦ green 35 ◦ blue 64

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

Shades of Tangaroa #022340

Tints of Tangaroa #022340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 63.37%

R = 1.98%
G = 34.65%
B = 63.37%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#022340 (or 0x022340) is known color: Tangaroa. HEX triplet: 02, 23 and 40. RGB value is (2,35,64). Sum of RGB (Red+Green+Blue) = 2+35+64=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #022340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022340 is #FDDCBF. Grayscale: #1C1C1C. Windows color (decimal): -16637120 or 4203266. OLE color: 4203266.

HSL color Cylindrical-coordinate representation of color #022340: hue angle of 208.06º 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 #022340 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 35 64 -
CMYK 0.97 0.45 0 0.75
HSL 208.06º 0.94% 0.13% -
HSV(B) 208.06º 0.97% 0.25% -
XYZ 1.55 1.59 5.07 -
YUV 28.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 2 35 64 0.97 0.45 0 0.75 208.06 0.94 0.13
Hex 2 23 40 61 2D 0 4B D0 5E D
Octal 2 43 100 141 55 0 113 320 136 15
Binary 10 100011 1000000 1100001 101101 0 1001011 11010000 1011110 1101

Color Harmonies of #022340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022340

Black with #022340

Text Example


Text Example

White with #022340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022340; }

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

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

background-color css

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

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

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

border-color css

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

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

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