Html Css Color HEX #063036 Nordic

📋 copy color: '#063036'

red 6 ◦ green 48 ◦ blue 54

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

Shades of Nordic #063036

Tints of Nordic #063036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.44%

 BLUE value IS 54 (21.48% from 255) = 50%

R = 5.56%
G = 44.44%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#063036 (or 0x063036) is known color: Nordic. HEX triplet: 06, 30 and 36. RGB value is (6,48,54). Sum of RGB (Red+Green+Blue) = 6+48+54=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #063036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063036 is #F9CFC9. Grayscale: #242424. Windows color (decimal): -16371658 or 3551238. OLE color: 3551238.

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

Color convert

RGB 6 48 54 -
CMYK 0.89 0.11 0 0.79
HSL 187.5º 0.8% 0.12% -
HSV(B) 187.5º 0.89% 0.21% -
XYZ 1.8 2.42 3.86 -
YUV 36.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 6 48 54 0.89 0.11 0 0.79 187.5 0.8 0.12
Hex 6 30 36 59 B 0 4F BC 50 C
Octal 6 60 66 131 13 0 117 274 120 14
Binary 110 110000 110110 1011001 1011 0 1001111 10111100 1010000 1100

Color Harmonies of #063036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063036

Black with #063036

Text Example


Text Example

White with #063036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063036; }

 p { color: rgb(6,48,54); }

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

background-color css

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

 a { background-color: rgb(6,48,54); }

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

border-color css

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

 span { border-color: rgb(6,48,54); }

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