#04343C

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

Shades of Nordic #04343C

Tints of Nordic #04343C

Color information

#04343C (or 0x04343C) is unknown color: approx Nordic. HEX triplet: 04, 34 and 3C. RGB value is (4,52,60). Sum of RGB (Red+Green+Blue) = 4+52+60=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #04343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04343C is #FBCBC3. Grayscale: #262626. Windows color (decimal): -16501700 or 3945476. OLE color: 3945476.

HSL color Cylindrical-coordinate representation of color #04343C: hue angle of 188.57º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04343C is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB45260-
CMYK0.930.1300.76
HSL188.57º87.5%12.55%-
HSV(B)188.57º93.33%23.53%-
XYZ2.092.814.71-
YUV38.56140.1103.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 60 (23.83% from 255) = 51.72%
R=3.45%
G=44.83%
B=51.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal452600.930.1300.76188.5787.512.55
Hex4343C5DD04Cbd58d
Octal4647413515011427513015
Binary10011010011110010111011101010011001011110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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