Html Css Color HEX #063338 Nordic

📋 copy color: '#063338'

red 6 ◦ green 51 ◦ blue 56

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

Shades of Nordic #063338

Tints of Nordic #063338

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 value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063338 (or 0x063338) is known color: 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

RGB 6 51 56 -
CMYK 0.89 0.09 0 0.78
HSL 186º 0.81% 0.12% -
HSV(B) 186º 0.89% 0.22% -
XYZ 1.97 2.69 4.16 -
YUV 38.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 6 51 56 0.89 0.09 0 0.78 186 0.81 0.12
Hex 6 33 38 59 9 0 4E BA 51 C
Octal 6 63 70 131 11 0 116 272 121 14
Binary 110 110011 111000 1011001 1001 0 1001110 10111010 1010001 1100

Color Harmonies of #063338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063338

Black with #063338

Text Example


Text Example

White with #063338

Text Example


Text Example

HTML Codes & Css Web 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>