#043335

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

Shades of Nordic #043335

Tints of Nordic #043335

Color information

#043335 (or 0x043335) is unknown color: approx Nordic. HEX triplet: 04, 33 and 35. RGB value is (4,51,53). Sum of RGB (Red+Green+Blue) = 4+51+53=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #043335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043335 is #FBCCCA. Grayscale: #252525. Windows color (decimal): -16501963 or 3486468. OLE color: 3486468.

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

Color convert

RGB45153-
CMYK0.920.0400.79
HSL182.45º85.96%11.18%-
HSV(B)182.45º92.45%20.78%-
XYZ1.882.653.78-
YUV37.17136.93104.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=3.70%
G=47.22%
B=49.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal451530.920.0400.79182.4585.9611.18
Hex433355C404Fb656b
Octal463651344011726612613
Binary1001100111101011011100100010011111011011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043335; }

 p { color: rgb(4,51,53); }

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

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

 a { background-color: rgb(4,51,53); }

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

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

 span { border-color: rgb(4,51,53); }

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