#03443E

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

Shades of Cyprus #03443E

Tints of Cyprus #03443E

Color information

#03443E (or 0x03443E) is unknown color: approx Cyprus. HEX triplet: 03, 44 and 3E. RGB value is (3,68,62). Sum of RGB (Red+Green+Blue) = 3+68+62=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #03443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03443E is #FCBBC1. Grayscale: #2F2F2F. Windows color (decimal): -16563138 or 4080643. OLE color: 4080643.

HSL color Cylindrical-coordinate representation of color #03443E: hue angle of 174.46º 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 #03443E is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB36862-
CMYK0.9600.090.73
HSL174.46º91.55%13.92%-
HSV(B)174.46º95.59%26.67%-
XYZ2.974.55.27-
YUV47.88135.9795.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=2.26%
G=51.13%
B=46.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368620.9600.090.73174.4691.5513.92
Hex3443E600949ae5ce
Octal31047614001111125613416
Binary11100010011111011000000100110010011010111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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