#11223C

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

Shades of Tangaroa #11223C

Tints of Tangaroa #11223C

Color information

#11223C (or 0x11223C) is unknown color: approx Tangaroa. HEX triplet: 11, 22 and 3C. RGB value is (17,34,60). Sum of RGB (Red+Green+Blue) = 17+34+60=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #11223C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11223C is #EEDDC3. Grayscale: #1F1F1F. Windows color (decimal): -15654340 or 3940881. OLE color: 3940881.

HSL color Cylindrical-coordinate representation of color #11223C: hue angle of 216.28º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11223C is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB173460-
CMYK0.720.4300.76
HSL216.28º55.84%15.1%-
HSV(B)216.28º71.67%23.53%-
XYZ1.621.594.5-
YUV31.88143.87117.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 60 (23.83% from 255) = 54.05%
R=15.32%
G=30.63%
B=54.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1734600.720.4300.76216.2855.8415.1
Hex11223C482B04Cd838f
Octal2142741105301143307017
Binary10001100010111100100100010101101001100110110001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11223C; }

 p { color: rgb(17,34,60); }

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

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

 a { background-color: rgb(17,34,60); }

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

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

 span { border-color: rgb(17,34,60); }

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