#00223D

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

Shades of Tangaroa #00223D

Tints of Tangaroa #00223D

Color information

#00223D (or 0x00223D) is unknown color: approx Tangaroa. HEX triplet: 00, 22 and 3D. RGB value is (0,34,61). Sum of RGB (Red+Green+Blue) = 0+34+61=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #00223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00223D is #FFDDC2. Grayscale: #1A1A1A. Windows color (decimal): -16768451 or 4006400. OLE color: 4006400.

HSL color Cylindrical-coordinate representation of color #00223D: hue angle of 206.56º 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 #00223D is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB03461-
CMYK10.4400.76
HSL206.56º100%11.96%-
HSV(B)206.56º100%23.92%-
XYZ1.411.484.63-
YUV26.91147.24108.8-

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) = 35.79%
BLUE value IS 61 (24.22% from 255) = 64.21%
R=0%
G=35.79%
B=64.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0346110.4400.76206.5610011.96
Hex0223D642C04Ccf64c
Octal0427514454011431714414
Binary01000101111011100100101100010011001100111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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