#1C2E3E

Color #1C2E3E Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #1C2E3E

Tints of Tangaroa #1C2E3E

Color information

#1C2E3E (or 0x1C2E3E) is unknown color: approx Tangaroa. HEX triplet: 1C, 2E and 3E. RGB value is (28,46,62). Sum of RGB (Red+Green+Blue) = 28+46+62=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #1C2E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2E3E is #E3D1C1. Grayscale: #2A2A2A. Windows color (decimal): -14930370 or 4075036. OLE color: 4075036.

HSL color Cylindrical-coordinate representation of color #1C2E3E: hue angle of 208.24º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1C2E3E is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB284662-
CMYK0.550.2600.76
HSL208.24º37.78%17.65%-
HSV(B)208.24º54.84%24.31%-
XYZ2.332.554.93-
YUV42.44139.04117.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.59%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=20.59%
G=33.82%
B=45.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2846620.550.2600.76208.2437.7817.65
Hex1C2E3E371A04Cd02612
Octal345676673201143204622
Binary1110010111011111011011111010010011001101000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C2E3E; }

 p { color: rgb(28,46,62); }

 H1.HeaderClassName
 {
   color: #1C2E3E;
 }
 .AnyTagClassName
 {
   color: #1C2E3E;
 }
</style>
background-color css

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

 a { background-color: rgb(28,46,62); }

 div.DivClassName
 {
   background-color: #1C2E3E;
 }
 .BgClassName
 {
   background-color: #1C2E3E;
 }
</style>
border-color css

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

 span { border-color: rgb(28,46,62); }

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