#033137

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

Shades of Nordic #033137

Tints of Nordic #033137

Color information

#033137 (or 0x033137) is unknown color: approx Nordic. HEX triplet: 03, 31 and 37. RGB value is (3,49,55). Sum of RGB (Red+Green+Blue) = 3+49+55=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #033137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033137 is #FCCEC8. Grayscale: #232323. Windows color (decimal): -16568009 or 3617027. OLE color: 3617027.

HSL color Cylindrical-coordinate representation of color #033137: hue angle of 186.92º 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 #033137 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34955-
CMYK0.950.1100.78
HSL186.92º89.66%11.37%-
HSV(B)186.92º94.55%21.57%-
XYZ1.832.494-
YUV35.93138.76104.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 49 (19.53% from 255) = 45.79%
BLUE value IS 55 (21.88% from 255) = 51.40%
R=2.80%
G=45.79%
B=51.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal349550.950.1100.78186.9289.6611.37
Hex331375FB04Ebb5ab
Octal3616713713011627313213
Binary1111000111011110111111011010011101011101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033137; }

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

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

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

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

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

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

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

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