#04353F

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

Shades of Nordic #04353F

Tints of Nordic #04353F

Color information

#04353F (or 0x04353F) is unknown color: approx Nordic. HEX triplet: 04, 35 and 3F. RGB value is (4,53,63). Sum of RGB (Red+Green+Blue) = 4+53+63=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 53 (21.09% from 255 or 44.17% 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 #04353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04353F is #FBCAC0. Grayscale: #272727. Windows color (decimal): -16501441 or 4142340. OLE color: 4142340.

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

Color convert

RGB45363-
CMYK0.940.1600.75
HSL190.17º88.06%13.14%-
HSV(B)190.17º93.65%24.71%-
XYZ2.222.935.15-
YUV39.49141.27102.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.33%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 63 (25% from 255) = 52.5%
R=3.33%
G=44.17%
B=52.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal453630.940.1600.75190.1788.0613.14
Hex4353F5E1004Bbe58d
Octal4657713620011327613015
Binary100110101111111101111010000010010111011111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,53,63); }

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

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

 a { background-color: rgb(4,53,63); }

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

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

 span { border-color: rgb(4,53,63); }

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