#03253B

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

Shades of Tangaroa #03253B

Tints of Tangaroa #03253B

Color information

#03253B (or 0x03253B) is unknown color: approx Tangaroa. HEX triplet: 03, 25 and 3B. RGB value is (3,37,59). Sum of RGB (Red+Green+Blue) = 3+37+59=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #03253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03253B is #FCDAC4. Grayscale: #1D1D1D. Windows color (decimal): -16571077 or 3876099. OLE color: 3876099.

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

Color convert

RGB33759-
CMYK0.950.3700.77
HSL203.57º90.32%12.16%-
HSV(B)203.57º94.92%23.14%-
XYZ1.491.664.38-
YUV29.34144.74109.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 59 (23.44% from 255) = 59.60%
R=3.03%
G=37.37%
B=59.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal337590.950.3700.77203.5790.3212.16
Hex3253B5F2504Dcc5ac
Octal3457313745011531413214
Binary111001011110111011111100101010011011100110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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