#03283C

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

Shades of Tangaroa #03283C

Tints of Tangaroa #03283C

Color information

#03283C (or 0x03283C) is unknown color: approx Tangaroa. HEX triplet: 03, 28 and 3C. RGB value is (3,40,60). Sum of RGB (Red+Green+Blue) = 3+40+60=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #03283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03283C is #FCD7C3. Grayscale: #1F1F1F. Windows color (decimal): -16570308 or 3942403. OLE color: 3942403.

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

Color convert

RGB34060-
CMYK0.950.3300.76
HSL201.05º90.48%12.35%-
HSV(B)201.05º95%23.53%-
XYZ1.611.864.55-
YUV31.22144.24107.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 60 (23.83% from 255) = 58.25%
R=2.91%
G=38.83%
B=58.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal340600.950.3300.76201.0590.4812.35
Hex3283C5F2104Cc95ac
Octal3507413741011431113214
Binary111010001111001011111100001010011001100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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