#003034

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

Shades of Nordic #003034

Tints of Nordic #003034

Color information

#003034 (or 0x003034) is unknown color: approx Nordic. HEX triplet: 00, 30 and 34. RGB value is (0,48,52). Sum of RGB (Red+Green+Blue) = 0+48+52=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #003034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003034 is #FFCFCB. Grayscale: #222222. Windows color (decimal): -16764876 or 3420160. OLE color: 3420160.

HSL color Cylindrical-coordinate representation of color #003034: hue angle of 184.62º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003034 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB04852-
CMYK10.0800.80
HSL184.62º100%10.2%-
HSV(B)184.62º100%20.39%-
XYZ1.682.363.62-
YUV34.1138.1103.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 52 (20.70% from 255) = 52%
R=0%
G=48%
B=52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0485210.0800.80184.6210010.2
Hex03034648050b964a
Octal0606414410012027114412
Binary011000011010011001001000010100001011100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003034; }

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

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

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

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

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

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

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

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