#063235

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

Shades of Nordic #063235

Tints of Nordic #063235

Color information

#063235 (or 0x063235) is unknown color: approx Nordic. HEX triplet: 06, 32 and 35. RGB value is (6,50,53). Sum of RGB (Red+Green+Blue) = 6+50+53=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #063235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063235 is #F9CDCA. Grayscale: #252525. Windows color (decimal): -16371147 or 3486214. OLE color: 3486214.

HSL color Cylindrical-coordinate representation of color #063235: hue angle of 183.83º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063235 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB65053-
CMYK0.890.0600.79
HSL183.83º79.66%11.57%-
HSV(B)183.83º88.68%20.78%-
XYZ1.862.583.77-
YUV37.19136.92105.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=5.50%
G=45.87%
B=48.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal650530.890.0600.79183.8379.6611.57
Hex6323559604Fb850c
Octal662651316011727012014
Binary1101100101101011011001110010011111011100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063235; }

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

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

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

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

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

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

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

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