#003E3F

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

Shades of Cyprus #003E3F

Tints of Cyprus #003E3F

Color information

#003E3F (or 0x003E3F) is unknown color: approx Cyprus. HEX triplet: 00, 3E and 3F. RGB value is (0,62,63). Sum of RGB (Red+Green+Blue) = 0+62+63=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #003E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E3F is #FFC1C0. Grayscale: #2B2B2B. Windows color (decimal): -16761281 or 4144640. OLE color: 4144640.

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

Color convert

RGB06263-
CMYK10.0200.75
HSL180.95º100%12.35%-
HSV(B)180.95º100%24.71%-
XYZ2.623.85.3-
YUV43.58138.9696.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 49.6%
BLUE value IS 63 (25% from 255) = 50.4%
R=0%
G=49.6%
B=50.4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0626310.0200.75180.9510012.35
Hex03E3F64204Bb564c
Octal076771442011326514414
Binary0111110111111110010010010010111011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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