Html Css Color HEX #04343D Nordic

📋 copy color: '#04343D'

red 4 ◦ green 52 ◦ blue 61

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

Shades of Nordic #04343D

Tints of Nordic #04343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.44%

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

R = 3.42%
G = 44.44%
B = 52.14%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04343D (or 0x04343D) is known color: Nordic. HEX triplet: 04, 34 and 3D. RGB value is (4,52,61). Sum of RGB (Red+Green+Blue) = 4+52+61=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #04343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04343D is #FBCBC2. Grayscale: #262626. Windows color (decimal): -16501699 or 4011012. OLE color: 4011012.

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

Color convert

RGB 4 52 61 -
CMYK 0.93 0.15 0 0.76
HSL 189.47º 0.88% 0.13% -
HSV(B) 189.47º 0.93% 0.24% -
XYZ 2.12 2.82 4.85 -
YUV 38.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 4 52 61 0.93 0.15 0 0.76 189.47 0.88 0.13
Hex 4 34 3D 5D F 0 4C BD 58 D
Octal 4 64 75 135 17 0 114 275 130 15
Binary 100 110100 111101 1011101 1111 0 1001100 10111101 1011000 1101

Color Harmonies of #04343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04343D

Black with #04343D

Text Example


Text Example

White with #04343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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