#033336

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

Shades of Nordic #033336

Tints of Nordic #033336

Color information

#033336 (or 0x033336) is unknown color: approx Nordic. HEX triplet: 03, 33 and 36. RGB value is (3,51,54). Sum of RGB (Red+Green+Blue) = 3+51+54=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #033336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033336 is #FCCCC9. Grayscale: #242424. Windows color (decimal): -16567498 or 3552003. OLE color: 3552003.

HSL color Cylindrical-coordinate representation of color #033336: hue angle of 183.53º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033336 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB35154-
CMYK0.940.0600.79
HSL183.53º89.47%11.18%-
HSV(B)183.53º94.44%21.18%-
XYZ1.892.653.9-
YUV36.99137.6103.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 54 (21.48% from 255) = 50%
R=2.78%
G=47.22%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal351540.940.0600.79183.5389.4711.18
Hex333365E604Fb859b
Octal363661366011727013113
Binary111100111101101011110110010011111011100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033336; }

 p { color: rgb(3,51,54); }

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

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

 a { background-color: rgb(3,51,54); }

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

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

 span { border-color: rgb(3,51,54); }

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