Html Css Color HEX #04313D Nordic

📋 copy color: '#04313D'

red 4 ◦ green 49 ◦ blue 61

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

Shades of Nordic #04313D

Tints of Nordic #04313D

RGB

 RED value IS 4 (1.95% from 255) = 3.51%

 GREEN value IS 49 (19.53% from 255) = 42.98%

 BLUE value IS 61 (24.22% from 255) = 53.51%

R = 3.51%
G = 42.98%
B = 53.51%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04313D (or 0x04313D) is known color: Nordic. HEX triplet: 04, 31 and 3D. RGB value is (4,49,61). Sum of RGB (Red+Green+Blue) = 4+49+61=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #04313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04313D is #FBCEC2. Grayscale: #242424. Windows color (decimal): -16502467 or 4010244. OLE color: 4010244.

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

Color convert

RGB 4 49 61 -
CMYK 0.93 0.20 0 0.76
HSL 192.63º 0.88% 0.13% -
HSV(B) 192.63º 0.93% 0.24% -
XYZ 1.99 2.56 4.8 -
YUV 36.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 4 49 61 0.93 0.20 0 0.76 192.63 0.88 0.13
Hex 4 31 3D 5D 14 0 4C C1 58 D
Octal 4 61 75 135 24 0 114 301 130 15
Binary 100 110001 111101 1011101 10100 0 1001100 11000001 1011000 1101

Color Harmonies of #04313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04313D

Black with #04313D

Text Example


Text Example

White with #04313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04313D;
 }
 .AnyTagClassName
 {
   color: #04313D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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