#043438

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

Shades of Nordic #043438

Tints of Nordic #043438

Color information

#043438 (or 0x043438) is unknown color: approx Nordic. HEX triplet: 04, 34 and 38. RGB value is (4,52,56). Sum of RGB (Red+Green+Blue) = 4+52+56=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #043438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043438 is #FBCBC7. Grayscale: #262626. Windows color (decimal): -16501704 or 3683332. OLE color: 3683332.

HSL color Cylindrical-coordinate representation of color #043438: hue angle of 184.62º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043438 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB45256-
CMYK0.930.0700.78
HSL184.62º86.67%11.76%-
HSV(B)184.62º92.86%21.96%-
XYZ1.992.774.17-
YUV38.1138.1103.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 56 (22.27% from 255) = 50%
R=3.57%
G=46.43%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal452560.930.0700.78184.6286.6711.76
Hex434385D704Eb957c
Octal464701357011627112714
Binary1001101001110001011101111010011101011100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043438; }

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

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

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

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

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

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

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

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