Html Css Color HEX #063538 Nordic

📋 copy color: '#063538'

red 6 ◦ green 53 ◦ blue 56

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

Shades of Nordic #063538

Tints of Nordic #063538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.09%

 BLUE value IS 56 (22.27% from 255) = 48.7%

R = 5.22%
G = 46.09%
B = 48.7%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063538 (or 0x063538) is known color: Nordic. HEX triplet: 06, 35 and 38. RGB value is (6,53,56). Sum of RGB (Red+Green+Blue) = 6+53+56=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #063538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063538 is #F9CAC7. Grayscale: #272727. Windows color (decimal): -16370376 or 3683590. OLE color: 3683590.

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

Color convert

RGB 6 53 56 -
CMYK 0.89 0.05 0 0.78
HSL 183.6º 0.81% 0.12% -
HSV(B) 183.6º 0.89% 0.22% -
XYZ 2.06 2.87 4.19 -
YUV 39.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 6 53 56 0.89 0.05 0 0.78 183.6 0.81 0.12
Hex 6 35 38 59 5 0 4E B8 51 C
Octal 6 65 70 131 5 0 116 270 121 14
Binary 110 110101 111000 1011001 101 0 1001110 10111000 1010001 1100

Color Harmonies of #063538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063538

Black with #063538

Text Example


Text Example

White with #063538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063538; }

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

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

background-color css

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

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

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

border-color css

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

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

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