#03263F

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

Shades of Tangaroa #03263F

Tints of Tangaroa #03263F

Color information

#03263F (or 0x03263F) is unknown color: approx Tangaroa. HEX triplet: 03, 26 and 3F. RGB value is (3,38,63). Sum of RGB (Red+Green+Blue) = 3+38+63=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #03263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03263F is #FCD9C0. Grayscale: #1E1E1E. Windows color (decimal): -16570817 or 4138499. OLE color: 4138499.

HSL color Cylindrical-coordinate representation of color #03263F: hue angle of 205º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03263F is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33863-
CMYK0.950.4000.75
HSL205º90.91%12.94%-
HSV(B)205º95.24%24.71%-
XYZ1.631.764.96-
YUV30.38146.4108.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 63 (25% from 255) = 60.58%
R=2.88%
G=36.54%
B=60.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal338630.950.4000.7520590.9112.94
Hex3263F5F2804Bcd5bd
Octal3467713750011331513315
Binary111001101111111011111101000010010111100110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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