#1C2D3B

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

Shades of Tangaroa #1C2D3B

Tints of Tangaroa #1C2D3B

Color information

#1C2D3B (or 0x1C2D3B) is unknown color: approx Tangaroa. HEX triplet: 1C, 2D and 3B. RGB value is (28,45,59). Sum of RGB (Red+Green+Blue) = 28+45+59=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 59 - color contains mainly: blue. Hex color #1C2D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2D3B is #E3D2C4. Grayscale: #292929. Windows color (decimal): -14930629 or 3878172. OLE color: 3878172.

HSL color Cylindrical-coordinate representation of color #1C2D3B: hue angle of 207.1º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C2D3B is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB284559-
CMYK0.530.2400.77
HSL207.1º35.63%17.06%-
HSV(B)207.1º52.54%23.14%-
XYZ2.212.444.49-
YUV41.51137.87118.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.21%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 59 (23.44% from 255) = 44.70%
R=21.21%
G=34.09%
B=44.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2845590.530.2400.77207.135.6317.06
Hex1C2D3B351804Dcf2411
Octal345573653001153174421
Binary1110010110111101111010111000010011011100111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,45,59); }

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

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

 a { background-color: rgb(28,45,59); }

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

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

 span { border-color: rgb(28,45,59); }

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