#033B3F

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

Shades of Cyprus #033B3F

Tints of Cyprus #033B3F

Color information

#033B3F (or 0x033B3F) is unknown color: approx Cyprus. HEX triplet: 03, 3B and 3F. RGB value is (3,59,63). Sum of RGB (Red+Green+Blue) = 3+59+63=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 59 (23.44% from 255 or 47.2% 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 #033B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B3F is #FCC4C0. Grayscale: #2A2A2A. Windows color (decimal): -16565441 or 4143875. OLE color: 4143875.

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

Color convert

RGB35963-
CMYK0.950.0600.75
HSL184º90.91%12.94%-
HSV(B)184º95.24%24.71%-
XYZ2.53.515.25-
YUV42.71139.4599.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 59 (23.44% from 255) = 47.2%
BLUE value IS 63 (25% from 255) = 50.4%
R=2.4%
G=47.2%
B=50.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal359630.950.0600.7518490.9112.94
Hex33B3F5F604Bb85bd
Octal373771376011327013315
Binary111110111111111011111110010010111011100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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