#033B41

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

Shades of Cyprus #033B41

Tints of Cyprus #033B41

Color information

#033B41 (or 0x033B41) is unknown color: approx Cyprus. HEX triplet: 03, 3B and 41. RGB value is (3,59,65). Sum of RGB (Red+Green+Blue) = 3+59+65=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #033B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B41 is #FCC4BE. Grayscale: #2A2A2A. Windows color (decimal): -16565439 or 4274947. OLE color: 4274947.

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

Color convert

RGB35965-
CMYK0.950.0900.75
HSL185.81º91.18%13.33%-
HSV(B)185.81º95.38%25.49%-
XYZ2.563.535.55-
YUV42.94140.4599.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 59 (23.44% from 255) = 46.46%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=2.36%
G=46.46%
B=51.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal359650.950.0900.75185.8191.1813.33
Hex33B415F904Bba5bd
Octal37310113711011327213315
Binary11111011100000110111111001010010111011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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