Html Css Color HEX #035040 Cyprus

📋 copy color: '#035040'

red 3 ◦ green 80 ◦ blue 64

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

Shades of Cyprus #035040

Tints of Cyprus #035040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.42%

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

R = 2.04%
G = 54.42%
B = 43.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#035040 (or 0x035040) is known color: Cyprus. HEX triplet: 03, 50 and 40. RGB value is (3,80,64). Sum of RGB (Red+Green+Blue) = 3+80+64=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #035040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035040 is #FCAFBF. Grayscale: #373737. Windows color (decimal): -16560064 or 4214787. OLE color: 4214787.

HSL color Cylindrical-coordinate representation of color #035040: hue angle of 167.53º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035040 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 80 64 -
CMYK 0.96 0 0.20 0.69
HSL 167.53º 0.93% 0.16% -
HSV(B) 167.53º 0.96% 0.31% -
XYZ 3.83 6.13 5.83 -
YUV 55.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 3 80 64 0.96 0 0.20 0.69 167.53 0.93 0.16
Hex 3 50 40 60 0 14 45 A8 5D 10
Octal 3 120 100 140 0 24 105 250 135 20
Binary 11 1010000 1000000 1100000 0 10100 1000101 10101000 1011101 10000

Color Harmonies of #035040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035040

Black with #035040

Text Example


Text Example

White with #035040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035040; }

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

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

background-color css

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

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

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

border-color css

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

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

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