#063541

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

Shades of Nordic #063541

Tints of Nordic #063541

Color information

#063541 (or 0x063541) is unknown color: approx Nordic. HEX triplet: 06, 35 and 41. RGB value is (6,53,65). Sum of RGB (Red+Green+Blue) = 6+53+65=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #063541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063541 is #F9CABE. Grayscale: #282828. Windows color (decimal): -16370367 or 4273414. OLE color: 4273414.

HSL color Cylindrical-coordinate representation of color #063541: hue angle of 192.2º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063541 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65365-
CMYK0.910.1800.75
HSL192.2º83.1%13.92%-
HSV(B)192.2º90.77%25.49%-
XYZ2.32.975.45-
YUV40.32141.93103.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=4.84%
G=42.74%
B=52.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal653650.910.1800.75192.283.113.92
Hex635415B1204Bc053e
Octal66510113322011330012316
Binary1101101011000001101101110010010010111100000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063541; }

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

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

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

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

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

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

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

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