Html Css Color HEX #04323F Nordic

📋 copy color: '#04323F'

red 4 ◦ green 50 ◦ blue 63

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

Shades of Nordic #04323F

Tints of Nordic #04323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 53.85%

R = 3.42%
G = 42.74%
B = 53.85%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#04323F (or 0x04323F) is known color: Nordic. HEX triplet: 04, 32 and 3F. RGB value is (4,50,63). Sum of RGB (Red+Green+Blue) = 4+50+63=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #04323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04323F is #FBCDC0. Grayscale: #252525. Windows color (decimal): -16502209 or 4141572. OLE color: 4141572.

HSL color Cylindrical-coordinate representation of color #04323F: hue angle of 193.22º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04323F is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 50 63 -
CMYK 0.94 0.21 0 0.75
HSL 193.22º 0.88% 0.13% -
HSV(B) 193.22º 0.94% 0.25% -
XYZ 2.09 2.67 5.11 -
YUV 37.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 4 50 63 0.94 0.21 0 0.75 193.22 0.88 0.13
Hex 4 32 3F 5E 15 0 4B C1 58 D
Octal 4 62 77 136 25 0 113 301 130 15
Binary 100 110010 111111 1011110 10101 0 1001011 11000001 1011000 1101

Color Harmonies of #04323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04323F

Black with #04323F

Text Example


Text Example

White with #04323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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