#03443D

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

Shades of Cyprus #03443D

Tints of Cyprus #03443D

Color information

#03443D (or 0x03443D) is unknown color: approx Cyprus. HEX triplet: 03, 44 and 3D. RGB value is (3,68,61). Sum of RGB (Red+Green+Blue) = 3+68+61=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #03443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03443D is #FCBBC2. Grayscale: #2F2F2F. Windows color (decimal): -16563139 or 4015107. OLE color: 4015107.

HSL color Cylindrical-coordinate representation of color #03443D: hue angle of 173.54º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03443D is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB36861-
CMYK0.9600.100.73
HSL173.54º91.55%13.92%-
HSV(B)173.54º95.59%26.67%-
XYZ2.954.495.13-
YUV47.77135.4796.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=2.27%
G=51.52%
B=46.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368610.9600.100.73173.5491.5513.92
Hex3443D600A49ae5ce
Octal31047514001211125613416
Binary11100010011110111000000101010010011010111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03443D; }

 p { color: rgb(3,68,61); }

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

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

 a { background-color: rgb(3,68,61); }

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

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

 span { border-color: rgb(3,68,61); }

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