#044344

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

Shades of Cyprus #044344

Tints of Cyprus #044344

Color information

#044344 (or 0x044344) is unknown color: approx Cyprus. HEX triplet: 04, 43 and 44. RGB value is (4,67,68). Sum of RGB (Red+Green+Blue) = 4+67+68=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #044344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044344 is #FBBCBB. Grayscale: #303030. Windows color (decimal): -16497852 or 4473604. OLE color: 4473604.

HSL color Cylindrical-coordinate representation of color #044344: hue angle of 180.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044344 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB46768-
CMYK0.940.0100.73
HSL180.94º88.89%14.12%-
HSV(B)180.94º94.12%26.67%-
XYZ3.14.466.17-
YUV48.28139.1396.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=2.88%
G=48.20%
B=48.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal467680.940.0100.73180.9488.8914.12
Hex443445E1049b559e
Octal41031041361011126513116
Binary1001000011100010010111101010010011011010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044344; }

 p { color: rgb(4,67,68); }

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

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

 a { background-color: rgb(4,67,68); }

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

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

 span { border-color: rgb(4,67,68); }

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