Html Css Color HEX #063034 Nordic

📋 copy color: '#063034'

red 6 ◦ green 48 ◦ blue 52

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

Shades of Nordic #063034

Tints of Nordic #063034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 49.06%

R = 5.66%
G = 45.28%
B = 49.06%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#063034 (or 0x063034) is known color: Nordic. HEX triplet: 06, 30 and 34. RGB value is (6,48,52). Sum of RGB (Red+Green+Blue) = 6+48+52=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #063034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063034 is #F9CFCB. Grayscale: #232323. Windows color (decimal): -16371660 or 3420166. OLE color: 3420166.

HSL color Cylindrical-coordinate representation of color #063034: hue angle of 185.22º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063034 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 48 52 -
CMYK 0.88 0.08 0 0.80
HSL 185.22º 0.79% 0.11% -
HSV(B) 185.22º 0.88% 0.2% -
XYZ 1.75 2.4 3.62 -
YUV 35.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 6 48 52 0.88 0.08 0 0.80 185.22 0.79 0.11
Hex 6 30 34 58 8 0 50 B9 4F B
Octal 6 60 64 130 10 0 120 271 117 13
Binary 110 110000 110100 1011000 1000 0 1010000 10111001 1001111 1011

Color Harmonies of #063034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063034

Black with #063034

Text Example


Text Example

White with #063034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063034; }

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

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

background-color css

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

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

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

border-color css

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

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

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