#03263A

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

Shades of Tangaroa #03263A

Tints of Tangaroa #03263A

Color information

#03263A (or 0x03263A) is unknown color: approx Tangaroa. HEX triplet: 03, 26 and 3A. RGB value is (3,38,58). Sum of RGB (Red+Green+Blue) = 3+38+58=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #03263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03263A is #FCD9C5. Grayscale: #1D1D1D. Windows color (decimal): -16570822 or 3810819. OLE color: 3810819.

HSL color Cylindrical-coordinate representation of color #03263A: hue angle of 201.82º 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 #03263A is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB33858-
CMYK0.950.3400.77
HSL201.82º90.16%11.96%-
HSV(B)201.82º94.83%22.75%-
XYZ1.491.714.25-
YUV29.82143.9108.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 38 (15.23% from 255) = 38.38%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=3.03%
G=38.38%
B=58.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal338580.950.3400.77201.8290.1611.96
Hex3263A5F2204Dca5ac
Octal3467213742011531213214
Binary111001101110101011111100010010011011100101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,38,58); }

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

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

 a { background-color: rgb(3,38,58); }

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

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

 span { border-color: rgb(3,38,58); }

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