#063332

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

Shades of Nordic #063332

Tints of Nordic #063332

Color information

#063332 (or 0x063332) is unknown color: approx Nordic. HEX triplet: 06, 33 and 32. RGB value is (6,51,50). Sum of RGB (Red+Green+Blue) = 6+51+50=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #063332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063332 is #F9CCCD. Grayscale: #252525. Windows color (decimal): -16370894 or 3289862. OLE color: 3289862.

HSL color Cylindrical-coordinate representation of color #063332: hue angle of 178.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063332 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB65150-
CMYK0.8800.020.8
HSL178.67º78.95%11.18%-
HSV(B)178.67º88.24%20%-
XYZ1.832.643.43-
YUV37.43135.09105.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=5.61%
G=47.66%
B=46.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal651500.8800.020.8178.6778.9511.18
Hex63332580250b34fb
Octal663621300212026311713
Binary110110011110010101100001010100001011001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063332; }

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

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

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

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

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

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

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

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