#00223B

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

Shades of Tangaroa #00223B

Tints of Tangaroa #00223B

Color information

#00223B (or 0x00223B) is unknown color: approx Tangaroa. HEX triplet: 00, 22 and 3B. RGB value is (0,34,59). Sum of RGB (Red+Green+Blue) = 0+34+59=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #00223B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00223B is #FFDDC4. Grayscale: #1A1A1A. Windows color (decimal): -16768453 or 3875328. OLE color: 3875328.

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

Color convert

RGB03459-
CMYK10.4200.77
HSL205.42º100%11.57%-
HSV(B)205.42º100%23.14%-
XYZ1.361.464.35-
YUV26.68146.24108.97-

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.56%
BLUE value IS 59 (23.44% from 255) = 63.44%
R=0%
G=36.56%
B=63.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0345910.4200.77205.4210011.57
Hex0223B642A04Dcd64c
Octal0427314452011531514414
Binary01000101110111100100101010010011011100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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