Html Css Color HEX #035241 Cyprus

📋 copy color: '#035241'

red 3 ◦ green 82 ◦ blue 65

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

Shades of Cyprus #035241

Tints of Cyprus #035241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 54.67%

 BLUE value IS 65 (25.78% from 255) = 43.33%

R = 2%
G = 54.67%
B = 43.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#035241 (or 0x035241) is known color: Cyprus. HEX triplet: 03, 52 and 41. RGB value is (3,82,65). Sum of RGB (Red+Green+Blue) = 3+82+65=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #035241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035241 is #FCADBE. Grayscale: #383838. Windows color (decimal): -16559551 or 4280835. OLE color: 4280835.

HSL color Cylindrical-coordinate representation of color #035241: hue angle of 167.09º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035241 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 65 -
CMYK 0.96 0 0.21 0.68
HSL 167.09º 0.93% 0.17% -
HSV(B) 167.09º 0.96% 0.32% -
XYZ 4.01 6.44 6.03 -
YUV 56.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 3 82 65 0.96 0 0.21 0.68 167.09 0.93 0.17
Hex 3 52 41 60 0 15 44 A7 5D 11
Octal 3 122 101 140 0 25 104 247 135 21
Binary 11 1010010 1000001 1100000 0 10101 1000100 10100111 1011101 10001

Color Harmonies of #035241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035241

Black with #035241

Text Example


Text Example

White with #035241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035241; }

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

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

background-color css

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

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

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

border-color css

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

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

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