#033F40

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

Shades of Cyprus #033F40

Tints of Cyprus #033F40

Color information

#033F40 (or 0x033F40) is unknown color: approx Cyprus. HEX triplet: 03, 3F and 40. RGB value is (3,63,64). Sum of RGB (Red+Green+Blue) = 3+63+64=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #033F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F40 is #FCC0BF. Grayscale: #2D2D2D. Windows color (decimal): -16564416 or 4210435. OLE color: 4210435.

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

Color convert

RGB36364-
CMYK0.950.0200.75
HSL180.98º91.04%13.14%-
HSV(B)180.98º95.31%25.1%-
XYZ2.743.945.47-
YUV45.17138.6297.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 63 (25% from 255) = 48.46%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=2.31%
G=48.46%
B=49.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal363640.950.0200.75180.9891.0413.14
Hex33F405F204Bb55bd
Octal3771001372011326513315
Binary111111111000000101111110010010111011010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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