#063436

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

Shades of Nordic #063436

Tints of Nordic #063436

Color information

#063436 (or 0x063436) is unknown color: approx Nordic. HEX triplet: 06, 34 and 36. RGB value is (6,52,54). Sum of RGB (Red+Green+Blue) = 6+52+54=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #063436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063436 is #F9CBC9. Grayscale: #262626. Windows color (decimal): -16370634 or 3552262. OLE color: 3552262.

HSL color Cylindrical-coordinate representation of color #063436: hue angle of 182.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 #063436 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB65254-
CMYK0.890.0400.79
HSL182.5º80%11.76%-
HSV(B)182.5º88.89%21.18%-
XYZ1.972.763.92-
YUV38.47136.76104.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 54 (21.48% from 255) = 48.21%
R=5.36%
G=46.43%
B=48.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal652540.890.0400.79182.58011.76
Hex6343659404Fb650c
Octal664661314011726612014
Binary1101101001101101011001100010011111011011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063436; }

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

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

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

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

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

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

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

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