Html Css Color HEX #062D34 Nordic

📋 copy color: '#062D34'

red 6 ◦ green 45 ◦ blue 52

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

Shades of Nordic #062D34

Tints of Nordic #062D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 43.69%

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

R = 5.83%
G = 43.69%
B = 50.49%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#062D34 (or 0x062D34) is known color: Nordic. HEX triplet: 06, 2D and 34. RGB value is (6,45,52). Sum of RGB (Red+Green+Blue) = 6+45+52=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #062D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D34 is #F9D2CB. Grayscale: #222222. Windows color (decimal): -16372428 or 3419398. OLE color: 3419398.

HSL color Cylindrical-coordinate representation of color #062D34: hue angle of 189.13º 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 #062D34 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 45 52 -
CMYK 0.88 0.13 0 0.80
HSL 189.13º 0.79% 0.11% -
HSV(B) 189.13º 0.88% 0.2% -
XYZ 1.63 2.16 3.58 -
YUV 34.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 6 45 52 0.88 0.13 0 0.80 189.13 0.79 0.11
Hex 6 2D 34 58 D 0 50 BD 4F B
Octal 6 55 64 130 15 0 120 275 117 13
Binary 110 101101 110100 1011000 1101 0 1010000 10111101 1001111 1011

Color Harmonies of #062D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D34

Black with #062D34

Text Example


Text Example

White with #062D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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