#062338

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

Shades of Tangaroa #062338

Tints of Tangaroa #062338

Color information

#062338 (or 0x062338) is unknown color: approx Tangaroa. HEX triplet: 06, 23 and 38. RGB value is (6,35,56). Sum of RGB (Red+Green+Blue) = 6+35+56=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #062338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062338 is #F9DCC7. Grayscale: #1C1C1C. Windows color (decimal): -16374984 or 3678982. OLE color: 3678982.

HSL color Cylindrical-coordinate representation of color #062338: hue angle of 205.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062338 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB63556-
CMYK0.890.3700.78
HSL205.2º80.65%12.16%-
HSV(B)205.2º89.29%21.96%-
XYZ1.391.533.96-
YUV28.72143.39111.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 56 (22.27% from 255) = 57.73%
R=6.19%
G=36.08%
B=57.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal635560.890.3700.78205.280.6512.16
Hex62338592504Ecd51c
Octal6437013145011631512114
Binary1101000111110001011001100101010011101100110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062338; }

 p { color: rgb(6,35,56); }

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

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

 a { background-color: rgb(6,35,56); }

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

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

 span { border-color: rgb(6,35,56); }

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