#063340

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

Shades of Nordic #063340

Tints of Nordic #063340

Color information

#063340 (or 0x063340) is unknown color: approx Nordic. HEX triplet: 06, 33 and 40. RGB value is (6,51,64). Sum of RGB (Red+Green+Blue) = 6+51+64=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #063340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063340 is #F9CCBF. Grayscale: #262626. Windows color (decimal): -16370880 or 4207366. OLE color: 4207366.

HSL color Cylindrical-coordinate representation of color #063340: hue angle of 193.45º 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 #063340 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65164-
CMYK0.910.2000.75
HSL193.45º82.86%13.73%-
HSV(B)193.45º90.62%25.1%-
XYZ2.182.785.27-
YUV39.03142.09104.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=4.96%
G=42.15%
B=52.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal651640.910.2000.75193.4582.8613.73
Hex633405B1404Bc153e
Octal66310013324011330112316
Binary1101100111000000101101110100010010111100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063340; }

 p { color: rgb(6,51,64); }

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

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

 a { background-color: rgb(6,51,64); }

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

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

 span { border-color: rgb(6,51,64); }

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