#04303A

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

Shades of Nordic #04303A

Tints of Nordic #04303A

Color information

#04303A (or 0x04303A) is unknown color: approx Nordic. HEX triplet: 04, 30 and 3A. RGB value is (4,48,58). Sum of RGB (Red+Green+Blue) = 4+48+58=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #04303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04303A is #FBCFC5. Grayscale: #232323. Windows color (decimal): -16502726 or 3813380. OLE color: 3813380.

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

Color convert

RGB44858-
CMYK0.930.1700.77
HSL191.11º87.1%12.16%-
HSV(B)191.11º93.1%22.75%-
XYZ1.872.454.38-
YUV35.98140.42105.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 58 (23.05% from 255) = 52.73%
R=3.64%
G=43.64%
B=52.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal448580.930.1700.77191.1187.112.16
Hex4303A5D1104Dbf57c
Octal4607213521011527712714
Binary100110000111010101110110001010011011011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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