#033133

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

Shades of Nordic #033133

Tints of Nordic #033133

Color information

#033133 (or 0x033133) is unknown color: approx Nordic. HEX triplet: 03, 31 and 33. RGB value is (3,49,51). Sum of RGB (Red+Green+Blue) = 3+49+51=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #033133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033133 is #FCCECC. Grayscale: #232323. Windows color (decimal): -16568013 or 3354883. OLE color: 3354883.

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

Color convert

RGB34951-
CMYK0.940.0400.8
HSL182.5º88.89%10.59%-
HSV(B)182.5º94.12%20%-
XYZ1.732.463.51-
YUV35.47136.76104.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=2.91%
G=47.57%
B=49.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal349510.940.0400.8182.588.8910.59
Hex331335E4050b659b
Octal361631364012026613113
Binary111100011100111011110100010100001011011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033133; }

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

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

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

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

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

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

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

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