#03393F

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

Shades of Cyprus #03393F

Tints of Cyprus #03393F

Color information

#03393F (or 0x03393F) is unknown color: approx Cyprus. HEX triplet: 03, 39 and 3F. RGB value is (3,57,63). Sum of RGB (Red+Green+Blue) = 3+57+63=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #03393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03393F is #FCC6C0. Grayscale: #292929. Windows color (decimal): -16565953 or 4143363. OLE color: 4143363.

HSL color Cylindrical-coordinate representation of color #03393F: hue angle of 186º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03393F is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35763-
CMYK0.950.1000.75
HSL186º90.91%12.94%-
HSV(B)186º95.24%24.71%-
XYZ2.43.35.21-
YUV41.54140.11100.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 63 (25% from 255) = 51.22%
R=2.44%
G=46.34%
B=51.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal357630.950.1000.7518690.9112.94
Hex3393F5FA04Bba5bd
Octal3717713712011327213315
Binary1111100111111110111111010010010111011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03393F; }

 p { color: rgb(3,57,63); }

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

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

 a { background-color: rgb(3,57,63); }

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

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

 span { border-color: rgb(3,57,63); }

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