#08343B

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

Shades of Nordic #08343B

Tints of Nordic #08343B

Color information

#08343B (or 0x08343B) is unknown color: approx Nordic. HEX triplet: 08, 34 and 3B. RGB value is (8,52,59). Sum of RGB (Red+Green+Blue) = 8+52+59=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #08343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08343B is #F7CBC4. Grayscale: #272727. Windows color (decimal): -16239557 or 3879944. OLE color: 3879944.

HSL color Cylindrical-coordinate representation of color #08343B: hue angle of 188.24º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08343B is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB85259-
CMYK0.860.1200.77
HSL188.24º76.12%13.14%-
HSV(B)188.24º86.44%23.14%-
XYZ2.122.824.57-
YUV39.64138.92105.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 59 (23.44% from 255) = 49.58%
R=6.72%
G=43.70%
B=49.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal852590.860.1200.77188.2476.1213.14
Hex8343B56C04Dbc4cd
Octal10647312614011527411415
Binary100011010011101110101101100010011011011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08343B; }

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

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

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

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

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

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

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

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