#04313A

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

Shades of Nordic #04313A

Tints of Nordic #04313A

Color information

#04313A (or 0x04313A) is unknown color: approx Nordic. HEX triplet: 04, 31 and 3A. RGB value is (4,49,58). Sum of RGB (Red+Green+Blue) = 4+49+58=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #04313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04313A is #FBCEC5. Grayscale: #242424. Windows color (decimal): -16502470 or 3813636. OLE color: 3813636.

HSL color Cylindrical-coordinate representation of color #04313A: hue angle of 190º 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 #04313A is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB44958-
CMYK0.930.1600.77
HSL190º87.1%12.16%-
HSV(B)190º93.1%22.75%-
XYZ1.912.534.39-
YUV36.57140.09104.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.60%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=3.60%
G=44.14%
B=52.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal449580.930.1600.7719087.112.16
Hex4313A5D1004Dbe57c
Octal4617213520011527612714
Binary100110001111010101110110000010011011011111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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