Html Css Color HEX #04343A Nordic

📋 copy color: '#04343A'

red 4 ◦ green 52 ◦ blue 58

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

Shades of Nordic #04343A

Tints of Nordic #04343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 50.88%

R = 3.51%
G = 45.61%
B = 50.88%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#04343A (or 0x04343A) is known color: Nordic. HEX triplet: 04, 34 and 3A. RGB value is (4,52,58). Sum of RGB (Red+Green+Blue) = 4+52+58=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #04343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04343A is #FBCBC5. Grayscale: #262626. Windows color (decimal): -16501702 or 3814404. OLE color: 3814404.

HSL color Cylindrical-coordinate representation of color #04343A: hue angle of 186.67º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04343A is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 4 52 58 -
CMYK 0.93 0.10 0 0.77
HSL 186.67º 0.87% 0.12% -
HSV(B) 186.67º 0.93% 0.23% -
XYZ 2.04 2.79 4.43 -
YUV 38.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 4 52 58 0.93 0.10 0 0.77 186.67 0.87 0.12
Hex 4 34 3A 5D A 0 4D BB 57 C
Octal 4 64 72 135 12 0 115 273 127 14
Binary 100 110100 111010 1011101 1010 0 1001101 10111011 1010111 1100

Color Harmonies of #04343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04343A

Black with #04343A

Text Example


Text Example

White with #04343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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