Html Css Color HEX #04303D Nordic

📋 copy color: '#04303D'

red 4 ◦ green 48 ◦ blue 61

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

Shades of Nordic #04303D

Tints of Nordic #04303D

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

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

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

RGB 4 48 61 -
CMYK 0.93 0.21 0 0.76
HSL 193.68º 0.88% 0.13% -
HSV(B) 193.68º 0.93% 0.24% -
XYZ 1.95 2.48 4.79 -
YUV 36.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 4 48 61 0.93 0.21 0 0.76 193.68 0.88 0.13
Hex 4 30 3D 5D 15 0 4C C2 58 D
Octal 4 60 75 135 25 0 114 302 130 15
Binary 100 110000 111101 1011101 10101 0 1001100 11000010 1011000 1101

Color Harmonies of #04303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04303D

Black with #04303D

Text Example


Text Example

White with #04303D

Text Example


Text Example

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