#03233B

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

Shades of Tangaroa #03233B

Tints of Tangaroa #03233B

Color information

#03233B (or 0x03233B) is unknown color: approx Tangaroa. HEX triplet: 03, 23 and 3B. RGB value is (3,35,59). Sum of RGB (Red+Green+Blue) = 3+35+59=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #03233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03233B is #FCDCC4. Grayscale: #1C1C1C. Windows color (decimal): -16571589 or 3875587. OLE color: 3875587.

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

Color convert

RGB33559-
CMYK0.950.4100.77
HSL205.71º90.32%12.16%-
HSV(B)205.71º94.92%23.14%-
XYZ1.431.544.36-
YUV28.17145.4110.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 59 (23.44% from 255) = 60.82%
R=3.09%
G=36.08%
B=60.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal335590.950.4100.77205.7190.3212.16
Hex3233B5F2904Dce5ac
Octal3437313751011531613214
Binary111000111110111011111101001010011011100111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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