#04283A

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

Shades of Tangaroa #04283A

Tints of Tangaroa #04283A

Color information

#04283A (or 0x04283A) is unknown color: approx Tangaroa. HEX triplet: 04, 28 and 3A. RGB value is (4,40,58). Sum of RGB (Red+Green+Blue) = 4+40+58=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #04283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04283A is #FBD7C5. Grayscale: #1F1F1F. Windows color (decimal): -16504774 or 3811332. OLE color: 3811332.

HSL color Cylindrical-coordinate representation of color #04283A: hue angle of 200º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04283A is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB44058-
CMYK0.930.3100.77
HSL200º87.1%12.16%-
HSV(B)200º93.1%22.75%-
XYZ1.571.854.28-
YUV31.29143.07108.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.92%
GREEN value IS 40 (16.02% from 255) = 39.22%
BLUE value IS 58 (23.05% from 255) = 56.86%
R=3.92%
G=39.22%
B=56.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal440580.930.3100.7720087.112.16
Hex4283A5D1F04Dc857c
Octal4507213537011531012714
Binary100101000111010101110111111010011011100100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04283A; }

 p { color: rgb(4,40,58); }

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

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

 a { background-color: rgb(4,40,58); }

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

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

 span { border-color: rgb(4,40,58); }

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