#033136

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

Shades of Nordic #033136

Tints of Nordic #033136

Color information

#033136 (or 0x033136) is unknown color: approx Nordic. HEX triplet: 03, 31 and 36. RGB value is (3,49,54). Sum of RGB (Red+Green+Blue) = 3+49+54=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #033136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033136 is #FCCEC9. Grayscale: #232323. Windows color (decimal): -16568010 or 3551491. OLE color: 3551491.

HSL color Cylindrical-coordinate representation of color #033136: hue angle of 185.88º 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 #033136 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB34954-
CMYK0.940.0900.79
HSL185.88º89.47%11.18%-
HSV(B)185.88º94.44%21.18%-
XYZ1.82.483.87-
YUV35.82138.26104.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 54 (21.48% from 255) = 50.94%
R=2.83%
G=46.23%
B=50.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal349540.940.0900.79185.8889.4711.18
Hex331365E904Fba59b
Octal3616613611011727213113
Binary1111000111011010111101001010011111011101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033136; }

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

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

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

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

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

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

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

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