#033034

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

Shades of Nordic #033034

Tints of Nordic #033034

Color information

#033034 (or 0x033034) is unknown color: approx Nordic. HEX triplet: 03, 30 and 34. RGB value is (3,48,52). Sum of RGB (Red+Green+Blue) = 3+48+52=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #033034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033034 is #FCCFCB. Grayscale: #222222. Windows color (decimal): -16568268 or 3420163. OLE color: 3420163.

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

Color convert

RGB34852-
CMYK0.940.0800.80
HSL184.9º89.09%10.78%-
HSV(B)184.9º94.23%20.39%-
XYZ1.712.383.62-
YUV35137.59105.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 52 (20.70% from 255) = 50.49%
R=2.91%
G=46.60%
B=50.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal348520.940.0800.80184.989.0910.78
Hex330345E8050b959b
Octal3606413610012027113113
Binary1111000011010010111101000010100001011100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033034; }

 p { color: rgb(3,48,52); }

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

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

 a { background-color: rgb(3,48,52); }

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

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

 span { border-color: rgb(3,48,52); }

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