#08283D

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

Shades of Tangaroa #08283D

Tints of Tangaroa #08283D

Color information

#08283D (or 0x08283D) is unknown color: approx Tangaroa. HEX triplet: 08, 28 and 3D. RGB value is (8,40,61). Sum of RGB (Red+Green+Blue) = 8+40+61=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #08283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08283D is #F7D7C2. Grayscale: #202020. Windows color (decimal): -16242627 or 4007944. OLE color: 4007944.

HSL color Cylindrical-coordinate representation of color #08283D: hue angle of 203.77º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08283D is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB84061-
CMYK0.870.3400.76
HSL203.77º76.81%13.53%-
HSV(B)203.77º86.89%23.92%-
XYZ1.71.914.69-
YUV32.83143.9110.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=7.34%
G=36.70%
B=55.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal840610.870.3400.76203.7776.8113.53
Hex8283D572204Ccc4de
Octal10507512742011431411516
Binary10001010001111011010111100010010011001100110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,40,61); }

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

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

 a { background-color: rgb(8,40,61); }

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

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

 span { border-color: rgb(8,40,61); }

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