Html Css Color HEX #062C36 Nordic

📋 copy color: '#062C36'

red 6 ◦ green 44 ◦ blue 54

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

Shades of Nordic #062C36

Tints of Nordic #062C36

RGB

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

 GREEN value IS 44 (17.58% from 255) = 42.31%

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

R = 5.77%
G = 42.31%
B = 51.92%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#062C36 (or 0x062C36) is known color: Nordic. HEX triplet: 06, 2C and 36. RGB value is (6,44,54). Sum of RGB (Red+Green+Blue) = 6+44+54=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #062C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C36 is #F9D3C9. Grayscale: #212121. Windows color (decimal): -16372682 or 3550214. OLE color: 3550214.

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

Color convert

RGB 6 44 54 -
CMYK 0.89 0.19 0 0.79
HSL 192.5º 0.8% 0.12% -
HSV(B) 192.5º 0.89% 0.21% -
XYZ 1.64 2.11 3.81 -
YUV 33.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 6 44 54 0.89 0.19 0 0.79 192.5 0.8 0.12
Hex 6 2C 36 59 13 0 4F C0 50 C
Octal 6 54 66 131 23 0 117 300 120 14
Binary 110 101100 110110 1011001 10011 0 1001111 11000000 1010000 1100

Color Harmonies of #062C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C36

Black with #062C36

Text Example


Text Example

White with #062C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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