#03283B

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

Shades of Tangaroa #03283B

Tints of Tangaroa #03283B

Color information

#03283B (or 0x03283B) is unknown color: approx Tangaroa. HEX triplet: 03, 28 and 3B. RGB value is (3,40,59). Sum of RGB (Red+Green+Blue) = 3+40+59=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #03283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03283B is #FCD7C4. Grayscale: #1E1E1E. Windows color (decimal): -16570309 or 3876867. OLE color: 3876867.

HSL color Cylindrical-coordinate representation of color #03283B: hue angle of 200.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03283B is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB34059-
CMYK0.950.3200.77
HSL200.36º90.32%12.16%-
HSV(B)200.36º94.92%23.14%-
XYZ1.591.854.41-
YUV31.1143.74107.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 40 (16.02% from 255) = 39.22%
BLUE value IS 59 (23.44% from 255) = 57.84%
R=2.94%
G=39.22%
B=57.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal340590.950.3200.77200.3690.3212.16
Hex3283B5F2004Dc85ac
Octal3507313740011531013214
Binary111010001110111011111100000010011011100100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03283B; }

 p { color: rgb(3,40,59); }

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

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

 a { background-color: rgb(3,40,59); }

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

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

 span { border-color: rgb(3,40,59); }

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