#063036

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

Shades of Nordic #063036

Tints of Nordic #063036

Color information

#063036 (or 0x063036) is unknown color: approx Nordic. HEX triplet: 06, 30 and 36. RGB value is (6,48,54). Sum of RGB (Red+Green+Blue) = 6+48+54=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #063036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063036 is #F9CFC9. Grayscale: #242424. Windows color (decimal): -16371658 or 3551238. OLE color: 3551238.

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

Color convert

RGB64854-
CMYK0.890.1100.79
HSL187.5º80%11.76%-
HSV(B)187.5º88.89%21.18%-
XYZ1.82.423.86-
YUV36.13138.09106.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 54 (21.48% from 255) = 50%
R=5.56%
G=44.44%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal648540.890.1100.79187.58011.76
Hex6303659B04Fbc50c
Octal6606613113011727412014
Binary11011000011011010110011011010011111011110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063036; }

 p { color: rgb(6,48,54); }

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

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

 a { background-color: rgb(6,48,54); }

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

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

 span { border-color: rgb(6,48,54); }

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