#05343F

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

Shades of Nordic #05343F

Tints of Nordic #05343F

Color information

#05343F (or 0x05343F) is unknown color: approx Nordic. HEX triplet: 05, 34 and 3F. RGB value is (5,52,63). Sum of RGB (Red+Green+Blue) = 5+52+63=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #05343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05343F is #FACBC0. Grayscale: #272727. Windows color (decimal): -16436161 or 4142085. OLE color: 4142085.

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

Color convert

RGB55263-
CMYK0.920.1700.75
HSL191.38º85.29%13.33%-
HSV(B)191.38º92.06%24.71%-
XYZ2.192.855.14-
YUV39.2141.43103.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 63 (25% from 255) = 52.5%
R=4.17%
G=43.33%
B=52.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal552630.920.1700.75191.3885.2913.33
Hex5343F5C1104Bbf55d
Octal5647713421011327712515
Binary101110100111111101110010001010010111011111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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