Html Css Color HEX #062D35 Nordic

📋 copy color: '#062D35'

red 6 ◦ green 45 ◦ blue 53

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

Shades of Nordic #062D35

Tints of Nordic #062D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 50.96%

R = 5.77%
G = 43.27%
B = 50.96%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#062D35 (or 0x062D35) is known color: Nordic. HEX triplet: 06, 2D and 35. RGB value is (6,45,53). Sum of RGB (Red+Green+Blue) = 6+45+53=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #062D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D35 is #F9D2CA. Grayscale: #222222. Windows color (decimal): -16372427 or 3484934. OLE color: 3484934.

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

Color convert

RGB 6 45 53 -
CMYK 0.89 0.15 0 0.79
HSL 190.21º 0.8% 0.12% -
HSV(B) 190.21º 0.89% 0.21% -
XYZ 1.66 2.17 3.7 -
YUV 34.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 6 45 53 0.89 0.15 0 0.79 190.21 0.8 0.12
Hex 6 2D 35 59 F 0 4F BE 50 C
Octal 6 55 65 131 17 0 117 276 120 14
Binary 110 101101 110101 1011001 1111 0 1001111 10111110 1010000 1100

Color Harmonies of #062D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D35

Black with #062D35

Text Example


Text Example

White with #062D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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