Html Css Color HEX #082D35 Nordic

📋 copy color: '#082D35'

red 8 ◦ green 45 ◦ blue 53

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

Shades of Nordic #082D35

Tints of Nordic #082D35

RGB

 RED value IS 8 (3.52% from 255) = 7.55%

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

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

R = 7.55%
G = 42.45%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#082D35 (or 0x082D35) is known color: Nordic. HEX triplet: 08, 2D and 35. RGB value is (8,45,53). Sum of RGB (Red+Green+Blue) = 8+45+53=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #082D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D35 is #F7D2CA. Grayscale: #222222. Windows color (decimal): -16241355 or 3484936. OLE color: 3484936.

HSL color Cylindrical-coordinate representation of color #082D35: hue angle of 190.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082D35 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 45 53 -
CMYK 0.85 0.15 0 0.79
HSL 190.67º 0.74% 0.12% -
HSV(B) 190.67º 0.85% 0.21% -
XYZ 1.68 2.19 3.7 -
YUV 34.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 8 45 53 0.85 0.15 0 0.79 190.67 0.74 0.12
Hex 8 2D 35 55 F 0 4F BF 4A C
Octal 10 55 65 125 17 0 117 277 112 14
Binary 1000 101101 110101 1010101 1111 0 1001111 10111111 1001010 1100

Color Harmonies of #082D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D35

Black with #082D35

Text Example


Text Example

White with #082D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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