#043234

Color #043234 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #043234

Tints of Nordic #043234

Color information

#043234 (or 0x043234) is unknown color: approx Nordic. HEX triplet: 04, 32 and 34. RGB value is (4,50,52). Sum of RGB (Red+Green+Blue) = 4+50+52=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #043234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043234 is #FBCDCB. Grayscale: #242424. Windows color (decimal): -16502220 or 3420676. OLE color: 3420676.

HSL color Cylindrical-coordinate representation of color #043234: hue angle of 182.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043234 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB45052-
CMYK0.920.0400.80
HSL182.5º85.71%10.98%-
HSV(B)182.5º92.31%20.39%-
XYZ1.812.553.65-
YUV36.47136.76104.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=3.77%
G=47.17%
B=49.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450520.920.0400.80182.585.7110.98
Hex432345C4050b656b
Octal462641344012026612613
Binary1001100101101001011100100010100001011011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043234; }

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

 H1.HeaderClassName
 {
   color: #043234;
 }
 .AnyTagClassName
 {
   color: #043234;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #043234;
 }
 .BgClassName
 {
   background-color: #043234;
 }
</style>
border-color css

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

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

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