Html Css Color HEX #063337 Nordic

📋 copy color: '#063337'

red 6 ◦ green 51 ◦ blue 55

#063337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #063337

Tints of Nordic #063337

RGB

 RED value IS 6 (2.73% from 255) = 5.36%

 GREEN value IS 51 (20.31% from 255) = 45.54%

 BLUE value IS 55 (21.88% from 255) = 49.11%

R = 5.36%
G = 45.54%
B = 49.11%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063337 (or 0x063337) is known color: Nordic. HEX triplet: 06, 33 and 37. RGB value is (6,51,55). Sum of RGB (Red+Green+Blue) = 6+51+55=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #063337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063337 is #F9CCC8. Grayscale: #252525. Windows color (decimal): -16370889 or 3617542. OLE color: 3617542.

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

Color convert

RGB 6 51 55 -
CMYK 0.89 0.07 0 0.78
HSL 184.9º 0.8% 0.12% -
HSV(B) 184.9º 0.89% 0.22% -
XYZ 1.95 2.68 4.03 -
YUV 38 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 6 51 55 0.89 0.07 0 0.78 184.9 0.8 0.12
Hex 6 33 37 59 7 0 4E B9 50 C
Octal 6 63 67 131 7 0 116 271 120 14
Binary 110 110011 110111 1011001 111 0 1001110 10111001 1010000 1100

Color Harmonies of #063337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063337

Black with #063337

Text Example


Text Example

White with #063337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063337; }

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

 H1.HeaderClassName
 {
   color: #063337;
 }
 .AnyTagClassName
 {
   color: #063337;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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