#04343A

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

Shades of Nordic #04343A

Tints of Nordic #04343A

Color information

#04343A (or 0x04343A) is unknown color: approx Nordic. HEX triplet: 04, 34 and 3A. RGB value is (4,52,58). Sum of RGB (Red+Green+Blue) = 4+52+58=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #04343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04343A is #FBCBC5. Grayscale: #262626. Windows color (decimal): -16501702 or 3814404. OLE color: 3814404.

HSL color Cylindrical-coordinate representation of color #04343A: hue angle of 186.67º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04343A is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB45258-
CMYK0.930.1000.77
HSL186.67º87.1%12.16%-
HSV(B)186.67º93.1%22.75%-
XYZ2.042.794.43-
YUV38.33139.1103.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=3.51%
G=45.61%
B=50.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal452580.930.1000.77186.6787.112.16
Hex4343A5DA04Dbb57c
Octal4647213512011527312714
Binary10011010011101010111011010010011011011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04343A; }

 p { color: rgb(4,52,58); }

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

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

 a { background-color: rgb(4,52,58); }

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

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

 span { border-color: rgb(4,52,58); }

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