Html Css Color HEX #04323D Nordic

📋 copy color: '#04323D'

red 4 ◦ green 50 ◦ blue 61

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

Shades of Nordic #04323D

Tints of Nordic #04323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.48%

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

R = 3.48%
G = 43.48%
B = 53.04%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04323D (or 0x04323D) is known color: Nordic. HEX triplet: 04, 32 and 3D. RGB value is (4,50,61). Sum of RGB (Red+Green+Blue) = 4+50+61=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #04323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04323D is #FBCDC2. Grayscale: #252525. Windows color (decimal): -16502211 or 4010500. OLE color: 4010500.

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

Color convert

RGB 4 50 61 -
CMYK 0.93 0.18 0 0.76
HSL 191.58º 0.88% 0.13% -
HSV(B) 191.58º 0.93% 0.24% -
XYZ 2.03 2.64 4.82 -
YUV 37.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 4 50 61 0.93 0.18 0 0.76 191.58 0.88 0.13
Hex 4 32 3D 5D 12 0 4C C0 58 D
Octal 4 62 75 135 22 0 114 300 130 15
Binary 100 110010 111101 1011101 10010 0 1001100 11000000 1011000 1101

Color Harmonies of #04323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04323D

Black with #04323D

Text Example


Text Example

White with #04323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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