Html Css Color HEX #04303A Nordic

📋 copy color: '#04303A'

red 4 ◦ green 48 ◦ blue 58

#04303A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #04303A

Tints of Nordic #04303A

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 value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#04303A (or 0x04303A) is known color: 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

RGB 4 48 58 -
CMYK 0.93 0.17 0 0.77
HSL 191.11º 0.87% 0.12% -
HSV(B) 191.11º 0.93% 0.23% -
XYZ 1.87 2.45 4.38 -
YUV 35.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 4 48 58 0.93 0.17 0 0.77 191.11 0.87 0.12
Hex 4 30 3A 5D 11 0 4D BF 57 C
Octal 4 60 72 135 21 0 115 277 127 14
Binary 100 110000 111010 1011101 10001 0 1001101 10111111 1010111 1100

Color Harmonies of #04303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04303A

Black with #04303A

Text Example


Text Example

White with #04303A

Text Example


Text Example

HTML Codes & Css Web 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>