#00223C

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

Shades of Tangaroa #00223C

Tints of Tangaroa #00223C

Color information

#00223C (or 0x00223C) is unknown color: approx Tangaroa. HEX triplet: 00, 22 and 3C. RGB value is (0,34,60). Sum of RGB (Red+Green+Blue) = 0+34+60=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #00223C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00223C is #FFDDC3. Grayscale: #1A1A1A. Windows color (decimal): -16768452 or 3940864. OLE color: 3940864.

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

Color convert

RGB03460-
CMYK10.4300.76
HSL206º100%11.76%-
HSV(B)206º100%23.53%-
XYZ1.391.474.49-
YUV26.8146.74108.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 60 (23.83% from 255) = 63.83%
R=0%
G=36.17%
B=63.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0346010.4300.7620610011.76
Hex0223C642B04Cce64c
Octal0427414453011431614414
Binary01000101111001100100101011010011001100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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