#034242

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

Shades of Cyprus #034242

Tints of Cyprus #034242

Color information

#034242 (or 0x034242) is unknown color: approx Cyprus. HEX triplet: 03, 42 and 42. RGB value is (3,66,66). Sum of RGB (Red+Green+Blue) = 3+66+66=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #034242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034242 is #FCBDBD. Grayscale: #2F2F2F. Windows color (decimal): -16563646 or 4342275. OLE color: 4342275.

HSL color Cylindrical-coordinate representation of color #034242: hue angle of 180º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034242 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB36666-
CMYK0.95000.74
HSL180º91.3%13.53%-
HSV(B)180º95.45%25.88%-
XYZ2.974.315.83-
YUV47.16138.6396.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 66 (26.17% from 255) = 48.89%
R=2.22%
G=48.89%
B=48.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366660.95000.7418091.313.53
Hex342425F004Ab45be
Octal31021021370011226413316
Binary111000010100001010111110010010101011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034242; }

 p { color: rgb(3,66,66); }

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

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

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

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

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

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

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