Html Css Color HEX #002346 Tangaroa

📋 copy color: '#002346'

red 0 ◦ green 35 ◦ blue 70

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

Shades of Tangaroa #002346

Tints of Tangaroa #002346

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 70 (27.73% from 255) = 66.67%

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002346 (or 0x002346) is known color: Tangaroa. HEX triplet: 00, 23 and 46. RGB value is (0,35,70). Sum of RGB (Red+Green+Blue) = 0+35+70=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #002346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002346 is #FFDCB9. Grayscale: #1C1C1C. Windows color (decimal): -16768186 or 4596480. OLE color: 4596480.

HSL color Cylindrical-coordinate representation of color #002346: hue angle of 210º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002346 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 35 70 -
CMYK 1 0.5 0 0.73
HSL 210º 1% 0.14% -
HSV(B) 210º 1% 0.27% -
XYZ 1.71 1.64 6.02 -
YUV 28.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 0 35 70 1 0.5 0 0.73 210 1 0.14
Hex 0 23 46 64 32 0 49 D2 64 E
Octal 0 43 106 144 62 0 111 322 144 16
Binary 0 100011 1000110 1100100 110010 0 1001001 11010010 1100100 1110

Color Harmonies of #002346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002346

Black with #002346

Text Example


Text Example

White with #002346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002346; }

 p { color: rgb(0,35,70); }

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

background-color css

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

 a { background-color: rgb(0,35,70); }

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

border-color css

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

 span { border-color: rgb(0,35,70); }

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