#031B38

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

Shades of Tangaroa #031B38

Tints of Tangaroa #031B38

Color information

#031B38 (or 0x031B38) is unknown color: approx Tangaroa. HEX triplet: 03, 1B and 38. RGB value is (3,27,56). Sum of RGB (Red+Green+Blue) = 3+27+56=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #031B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B38 is #FCE4C7. Grayscale: #161616. Windows color (decimal): -16573640 or 3676931. OLE color: 3676931.

HSL color Cylindrical-coordinate representation of color #031B38: hue angle of 212.83º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031B38 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB32756-
CMYK0.950.5200.78
HSL212.83º89.83%11.57%-
HSV(B)212.83º94.64%21.96%-
XYZ1.141.093.89-
YUV23.13146.55113.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 56 (22.27% from 255) = 65.12%
R=3.49%
G=31.40%
B=65.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal327560.950.5200.78212.8389.8311.57
Hex31B385F3404Ed55ac
Octal3337013764011632513214
Binary11110111110001011111110100010011101101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031B38; }

 p { color: rgb(3,27,56); }

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

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

 a { background-color: rgb(3,27,56); }

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

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

 span { border-color: rgb(3,27,56); }

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