#062D35

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

Shades of Nordic #062D35

Tints of Nordic #062D35

Color information

#062D35 (or 0x062D35) is unknown color: approx Nordic. HEX triplet: 06, 2D and 35. RGB value is (6,45,53). Sum of RGB (Red+Green+Blue) = 6+45+53=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #062D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D35 is #F9D2CA. Grayscale: #222222. Windows color (decimal): -16372427 or 3484934. OLE color: 3484934.

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

Color convert

RGB64553-
CMYK0.890.1500.79
HSL190.21º79.66%11.57%-
HSV(B)190.21º88.68%20.78%-
XYZ1.662.173.7-
YUV34.25138.58107.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 53 (21.09% from 255) = 50.96%
R=5.77%
G=43.27%
B=50.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal645530.890.1500.79190.2179.6611.57
Hex62D3559F04Fbe50c
Octal6556513117011727612014
Binary11010110111010110110011111010011111011111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,45,53); }

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

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

 a { background-color: rgb(6,45,53); }

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

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

 span { border-color: rgb(6,45,53); }

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