#04303D

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

Shades of Nordic #04303D

Tints of Nordic #04303D

Color information

#04303D (or 0x04303D) is unknown color: approx Nordic. HEX triplet: 04, 30 and 3D. RGB value is (4,48,61). Sum of RGB (Red+Green+Blue) = 4+48+61=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #04303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04303D is #FBCFC2. Grayscale: #242424. Windows color (decimal): -16502723 or 4009988. OLE color: 4009988.

HSL color Cylindrical-coordinate representation of color #04303D: hue angle of 193.68º 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 #04303D is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB44861-
CMYK0.930.2100.76
HSL193.68º87.69%12.75%-
HSV(B)193.68º93.44%23.92%-
XYZ1.952.484.79-
YUV36.33141.92104.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 61 (24.22% from 255) = 53.98%
R=3.54%
G=42.48%
B=53.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal448610.930.2100.76193.6887.6912.75
Hex4303D5D1504Cc258d
Octal4607513525011430213015
Binary100110000111101101110110101010011001100001010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,48,61); }

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

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

 a { background-color: rgb(4,48,61); }

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

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

 span { border-color: rgb(4,48,61); }

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