#033337

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

Shades of Nordic #033337

Tints of Nordic #033337

Color information

#033337 (or 0x033337) is unknown color: approx Nordic. HEX triplet: 03, 33 and 37. RGB value is (3,51,55). Sum of RGB (Red+Green+Blue) = 3+51+55=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #033337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033337 is #FCCCC8. Grayscale: #252525. Windows color (decimal): -16567497 or 3617539. OLE color: 3617539.

HSL color Cylindrical-coordinate representation of color #033337: hue angle of 184.62º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033337 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB35155-
CMYK0.950.0700.78
HSL184.62º89.66%11.37%-
HSV(B)184.62º94.55%21.57%-
XYZ1.912.664.03-
YUV37.1138.1103.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 55 (21.88% from 255) = 50.46%
R=2.75%
G=46.79%
B=50.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal351550.950.0700.78184.6289.6611.37
Hex333375F704Eb95ab
Octal363671377011627113213
Binary111100111101111011111111010011101011100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033337; }

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

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

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

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

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

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

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

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