#083438

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

Shades of Nordic #083438

Tints of Nordic #083438

Color information

#083438 (or 0x083438) is unknown color: approx Nordic. HEX triplet: 08, 34 and 38. RGB value is (8,52,56). Sum of RGB (Red+Green+Blue) = 8+52+56=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #083438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083438 is #F7CBC7. Grayscale: #272727. Windows color (decimal): -16239560 or 3683336. OLE color: 3683336.

HSL color Cylindrical-coordinate representation of color #083438: hue angle of 185º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083438 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB85256-
CMYK0.860.0700.78
HSL185º75%12.55%-
HSV(B)185º85.71%21.96%-
XYZ2.042.794.17-
YUV39.3137.42105.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=6.90%
G=44.83%
B=48.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal852560.860.0700.781857512.55
Hex8343856704Eb94bd
Octal1064701267011627111315
Binary10001101001110001010110111010011101011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083438; }

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

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

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

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

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

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

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

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