#062C32

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

Shades of Nordic #062C32

Tints of Nordic #062C32

Color information

#062C32 (or 0x062C32) is unknown color: approx Nordic. HEX triplet: 06, 2C and 32. RGB value is (6,44,50). Sum of RGB (Red+Green+Blue) = 6+44+50=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #062C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C32 is #F9D3CD. Grayscale: #212121. Windows color (decimal): -16372686 or 3288070. OLE color: 3288070.

HSL color Cylindrical-coordinate representation of color #062C32: hue angle of 188.18º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062C32 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB64450-
CMYK0.880.1200.80
HSL188.18º78.57%10.98%-
HSV(B)188.18º88%19.61%-
XYZ1.552.073.34-
YUV33.32137.41108.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 44 (17.58% from 255) = 44%
BLUE value IS 50 (19.92% from 255) = 50%
R=6%
G=44%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal644500.880.1200.80188.1878.5710.98
Hex62C3258C050bc4fb
Octal6546213014012027411713
Binary11010110011001010110001100010100001011110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062C32; }

 p { color: rgb(6,44,50); }

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

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

 a { background-color: rgb(6,44,50); }

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

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

 span { border-color: rgb(6,44,50); }

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