#063339

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

Shades of Nordic #063339

Tints of Nordic #063339

Color information

#063339 (or 0x063339) is unknown color: approx Nordic. HEX triplet: 06, 33 and 39. RGB value is (6,51,57). Sum of RGB (Red+Green+Blue) = 6+51+57=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #063339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063339 is #F9CCC6. Grayscale: #262626. Windows color (decimal): -16370887 or 3748614. OLE color: 3748614.

HSL color Cylindrical-coordinate representation of color #063339: hue angle of 187.06º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063339 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB65157-
CMYK0.890.1100.78
HSL187.06º80.95%12.35%-
HSV(B)187.06º89.47%22.35%-
XYZ22.74.29-
YUV38.23138.59105.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 57 (22.66% from 255) = 50%
R=5.26%
G=44.74%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal651570.890.1100.78187.0680.9512.35
Hex6333959B04Ebb51c
Octal6637113113011627312114
Binary11011001111100110110011011010011101011101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063339; }

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

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

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

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

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

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

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

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