#083435

Color #083435 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #083435

Tints of Nordic #083435

Color information

#083435 (or 0x083435) is unknown color: approx Nordic. HEX triplet: 08, 34 and 35. RGB value is (8,52,53). Sum of RGB (Red+Green+Blue) = 8+52+53=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #083435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083435 is #F7CBCA. Grayscale: #262626. Windows color (decimal): -16239563 or 3486728. OLE color: 3486728.

HSL color Cylindrical-coordinate representation of color #083435: hue angle of 181.33º 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 #083435 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB85253-
CMYK0.850.0200.79
HSL181.33º73.77%11.96%-
HSV(B)181.33º84.91%20.78%-
XYZ1.972.763.8-
YUV38.96135.92105.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=7.08%
G=46.02%
B=46.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal852530.850.0200.79181.3373.7711.96
Hex8343555204Fb54ac
Octal1064651252011726511214
Binary1000110100110101101010110010011111011010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083435; }

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

 H1.HeaderClassName
 {
   color: #083435;
 }
 .AnyTagClassName
 {
   color: #083435;
 }
</style>
background-color css

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

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

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

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

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

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