#05343D

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

Shades of Nordic #05343D

Tints of Nordic #05343D

Color information

#05343D (or 0x05343D) is unknown color: approx Nordic. HEX triplet: 05, 34 and 3D. RGB value is (5,52,61). Sum of RGB (Red+Green+Blue) = 5+52+61=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #05343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05343D is #FACBC2. Grayscale: #262626. Windows color (decimal): -16436163 or 4011013. OLE color: 4011013.

HSL color Cylindrical-coordinate representation of color #05343D: hue angle of 189.64º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05343D is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB55261-
CMYK0.920.1500.76
HSL189.64º84.85%12.94%-
HSV(B)189.64º91.8%23.92%-
XYZ2.132.834.85-
YUV38.97140.43103.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 61 (24.22% from 255) = 51.69%
R=4.24%
G=44.07%
B=51.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal552610.920.1500.76189.6484.8512.94
Hex5343D5CF04Cbe55d
Octal5647513417011427612515
Binary10111010011110110111001111010011001011111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05343D; }

 p { color: rgb(5,52,61); }

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

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

 a { background-color: rgb(5,52,61); }

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

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

 span { border-color: rgb(5,52,61); }

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