#063338

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

Shades of Nordic #063338

Tints of Nordic #063338

Color information

#063338 (or 0x063338) is unknown color: approx Nordic. HEX triplet: 06, 33 and 38. RGB value is (6,51,56). Sum of RGB (Red+Green+Blue) = 6+51+56=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #063338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063338 is #F9CCC7. Grayscale: #262626. Windows color (decimal): -16370888 or 3683078. OLE color: 3683078.

HSL color Cylindrical-coordinate representation of color #063338: hue angle of 186º 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 #063338 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB65156-
CMYK0.890.0900.78
HSL186º80.65%12.16%-
HSV(B)186º89.29%21.96%-
XYZ1.972.694.16-
YUV38.11138.09105.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 56 (22.27% from 255) = 49.56%
R=5.31%
G=45.13%
B=49.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal651560.890.0900.7818680.6512.16
Hex6333859904Eba51c
Octal6637013111011627212114
Binary11011001111100010110011001010011101011101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063338; }

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

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

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

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

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

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

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

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