#034041

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

Shades of Cyprus #034041

Tints of Cyprus #034041

Color information

#034041 (or 0x034041) is unknown color: approx Cyprus. HEX triplet: 03, 40 and 41. RGB value is (3,64,65). Sum of RGB (Red+Green+Blue) = 3+64+65=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #034041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034041 is #FCBFBE. Grayscale: #2D2D2D. Windows color (decimal): -16564159 or 4276227. OLE color: 4276227.

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

Color convert

RGB36465-
CMYK0.950.0200.75
HSL180.97º91.18%13.33%-
HSV(B)180.97º95.38%25.49%-
XYZ2.834.075.64-
YUV45.88138.7997.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=2.27%
G=48.48%
B=49.24%

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
Decimal364650.950.0200.75180.9791.1813.33
Hex340415F204Bb55bd
Octal31001011372011326513315
Binary1110000001000001101111110010010111011010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034041; }

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

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

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

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

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

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

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

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