#033D3F

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

Shades of Cyprus #033D3F

Tints of Cyprus #033D3F

Color information

#033D3F (or 0x033D3F) is unknown color: approx Cyprus. HEX triplet: 03, 3D and 3F. RGB value is (3,61,63). Sum of RGB (Red+Green+Blue) = 3+61+63=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #033D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D3F is #FCC2C0. Grayscale: #2B2B2B. Windows color (decimal): -16564929 or 4144387. OLE color: 4144387.

HSL color Cylindrical-coordinate representation of color #033D3F: hue angle of 182º 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 #033D3F is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB36163-
CMYK0.950.0300.75
HSL182º90.91%12.94%-
HSV(B)182º95.24%24.71%-
XYZ2.63.725.28-
YUV43.89138.7898.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 61 (24.22% from 255) = 48.03%
BLUE value IS 63 (25% from 255) = 49.61%
R=2.36%
G=48.03%
B=49.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal361630.950.0300.7518290.9112.94
Hex33D3F5F304Bb65bd
Octal375771373011326613315
Binary11111101111111101111111010010111011011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033D3F; }

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

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

<style>
 a { background-color: #033D3F; }

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

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

<style>
 span { border-color: #033D3F; }

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

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