Html Css Color HEX #034640 Cyprus

📋 copy color: '#034640'

red 3 ◦ green 70 ◦ blue 64

#034640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #034640

Tints of Cyprus #034640

RGB

 RED value IS 3 (1.56% from 255) = 2.19%

 GREEN value IS 70 (27.73% from 255) = 51.09%

 BLUE value IS 64 (25.39% from 255) = 46.72%

R = 2.19%
G = 51.09%
B = 46.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#034640 (or 0x034640) is known color: Cyprus. HEX triplet: 03, 46 and 40. RGB value is (3,70,64). Sum of RGB (Red+Green+Blue) = 3+70+64=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #034640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034640 is #FCB9BF. Grayscale: #313131. Windows color (decimal): -16562624 or 4212227. OLE color: 4212227.

HSL color Cylindrical-coordinate representation of color #034640: hue angle of 174.63º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034640 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 64 -
CMYK 0.96 0 0.09 0.73
HSL 174.63º 0.92% 0.14% -
HSV(B) 174.63º 0.96% 0.27% -
XYZ 3.15 4.77 5.6 -
YUV 49.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 3 70 64 0.96 0 0.09 0.73 174.63 0.92 0.14
Hex 3 46 40 60 0 9 49 AF 5C E
Octal 3 106 100 140 0 11 111 257 134 16
Binary 11 1000110 1000000 1100000 0 1001 1001001 10101111 1011100 1110

Color Harmonies of #034640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034640

Black with #034640

Text Example


Text Example

White with #034640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034640; }

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

 H1.HeaderClassName
 {
   color: #034640;
 }
 .AnyTagClassName
 {
   color: #034640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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