#07223D

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

Shades of Tangaroa #07223D

Tints of Tangaroa #07223D

Color information

#07223D (or 0x07223D) is unknown color: approx Tangaroa. HEX triplet: 07, 22 and 3D. RGB value is (7,34,61). Sum of RGB (Red+Green+Blue) = 7+34+61=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #07223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07223D is #F8DDC2. Grayscale: #1C1C1C. Windows color (decimal): -16309699 or 4006407. OLE color: 4006407.

HSL color Cylindrical-coordinate representation of color #07223D: hue angle of 210º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07223D is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB73461-
CMYK0.890.4400.76
HSL210º79.41%13.33%-
HSV(B)210º88.52%23.92%-
XYZ1.51.534.63-
YUV29146.05112.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 34 (13.67% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 59.80%
R=6.86%
G=33.33%
B=59.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal734610.890.4400.7621079.4113.33
Hex7223D592C04Cd24fd
Octal7427513154011432211715
Binary1111000101111011011001101100010011001101001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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