#033236

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

Shades of Nordic #033236

Tints of Nordic #033236

Color information

#033236 (or 0x033236) is unknown color: approx Nordic. HEX triplet: 03, 32 and 36. RGB value is (3,50,54). Sum of RGB (Red+Green+Blue) = 3+50+54=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #033236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033236 is #FCCDC9. Grayscale: #242424. Windows color (decimal): -16567754 or 3551747. OLE color: 3551747.

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

Color convert

RGB35054-
CMYK0.940.0700.79
HSL184.71º89.47%11.18%-
HSV(B)184.71º94.44%21.18%-
XYZ1.842.573.89-
YUV36.4137.93104.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=2.80%
G=46.73%
B=50.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal350540.940.0700.79184.7189.4711.18
Hex332365E704Fb959b
Octal362661367011727113113
Binary111100101101101011110111010011111011100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033236; }

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

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

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

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

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

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

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

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