#03273F

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

Shades of Tangaroa #03273F

Tints of Tangaroa #03273F

Color information

#03273F (or 0x03273F) is unknown color: approx Tangaroa. HEX triplet: 03, 27 and 3F. RGB value is (3,39,63). Sum of RGB (Red+Green+Blue) = 3+39+63=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 63 (25% from 255 or 60% from 105); Max value from RGB is 63 - color contains mainly: blue. Hex color #03273F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03273F is #FCD8C0. Grayscale: #1E1E1E. Windows color (decimal): -16570561 or 4138755. OLE color: 4138755.

HSL color Cylindrical-coordinate representation of color #03273F: hue angle of 204º 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 #03273F is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33963-
CMYK0.950.3800.75
HSL204º90.91%12.94%-
HSV(B)204º95.24%24.71%-
XYZ1.661.834.97-
YUV30.97146.07108.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 39 (15.62% from 255) = 37.14%
BLUE value IS 63 (25% from 255) = 60%
R=2.86%
G=37.14%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal339630.950.3800.7520490.9112.94
Hex3273F5F2604Bcc5bd
Octal3477713746011331413315
Binary111001111111111011111100110010010111100110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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