#082348

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

Shades of Tangaroa #082348

Tints of Tangaroa #082348

Color information

#082348 (or 0x082348) is unknown color: approx Tangaroa. HEX triplet: 08, 23 and 48. RGB value is (8,35,72). Sum of RGB (Red+Green+Blue) = 8+35+72=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #082348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082348 is #F7DCB7. Grayscale: #1E1E1E. Windows color (decimal): -16243896 or 4727560. OLE color: 4727560.

HSL color Cylindrical-coordinate representation of color #082348: hue angle of 214.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082348 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB83572-
CMYK0.890.5100.72
HSL214.69º80%15.69%-
HSV(B)214.69º88.89%28.24%-
XYZ1.871.726.36-
YUV31.14151.05111.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=6.96%
G=30.43%
B=62.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal835720.890.5100.72214.698015.69
Hex823485933048d75010
Octal104311013163011032712020
Binary1000100011100100010110011100110100100011010111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082348; }

 p { color: rgb(8,35,72); }

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

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

 a { background-color: rgb(8,35,72); }

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

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

 span { border-color: rgb(8,35,72); }

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