#073E3F

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

Shades of Cyprus #073E3F

Tints of Cyprus #073E3F

Color information

#073E3F (or 0x073E3F) is unknown color: approx Cyprus. HEX triplet: 07, 3E and 3F. RGB value is (7,62,63). Sum of RGB (Red+Green+Blue) = 7+62+63=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #073E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E3F is #F8C1C0. Grayscale: #2D2D2D. Windows color (decimal): -16302529 or 4144647. OLE color: 4144647.

HSL color Cylindrical-coordinate representation of color #073E3F: hue angle of 181.07º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E3F is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB76263-
CMYK0.890.0200.75
HSL181.07º80%13.73%-
HSV(B)181.07º88.89%24.71%-
XYZ2.713.855.3-
YUV45.67137.78100.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 62 (24.61% from 255) = 46.97%
BLUE value IS 63 (25% from 255) = 47.73%
R=5.30%
G=46.97%
B=47.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal762630.890.0200.75181.078013.73
Hex73E3F59204Bb550e
Octal776771312011326512016
Binary111111110111111101100110010010111011010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073E3F; }

 p { color: rgb(7,62,63); }

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

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

 a { background-color: rgb(7,62,63); }

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

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

 span { border-color: rgb(7,62,63); }

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