#08343F

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

Shades of Nordic #08343F

Tints of Nordic #08343F

Color information

#08343F (or 0x08343F) is unknown color: approx Nordic. HEX triplet: 08, 34 and 3F. RGB value is (8,52,63). Sum of RGB (Red+Green+Blue) = 8+52+63=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #08343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08343F is #F7CBC0. Grayscale: #282828. Windows color (decimal): -16239553 or 4142088. OLE color: 4142088.

HSL color Cylindrical-coordinate representation of color #08343F: hue angle of 192º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08343F is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB85263-
CMYK0.870.1700.75
HSL192º77.46%13.92%-
HSV(B)192º87.3%24.71%-
XYZ2.232.875.14-
YUV40.1140.92105.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 63 (25% from 255) = 51.22%
R=6.50%
G=42.28%
B=51.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal852630.870.1700.7519277.4613.92
Hex8343F571104Bc04de
Octal10647712721011330011516
Binary1000110100111111101011110001010010111100000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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