Html Css Color HEX #034741 Cyprus

📋 copy color: '#034741'

red 3 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #034741

Tints of Cyprus #034741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.08%

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

R = 2.16%
G = 51.08%
B = 46.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#034741 (or 0x034741) is known color: Cyprus. HEX triplet: 03, 47 and 41. RGB value is (3,71,65). Sum of RGB (Red+Green+Blue) = 3+71+65=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #034741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034741 is #FCB8BE. Grayscale: #313131. Windows color (decimal): -16562367 or 4278019. OLE color: 4278019.

HSL color Cylindrical-coordinate representation of color #034741: hue angle of 174.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034741 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 65 -
CMYK 0.96 0 0.08 0.72
HSL 174.71º 0.92% 0.15% -
HSV(B) 174.71º 0.96% 0.28% -
XYZ 3.24 4.91 5.78 -
YUV 49.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 3 71 65 0.96 0 0.08 0.72 174.71 0.92 0.15
Hex 3 47 41 60 0 8 48 AF 5C F
Octal 3 107 101 140 0 10 110 257 134 17
Binary 11 1000111 1000001 1100000 0 1000 1001000 10101111 1011100 1111

Color Harmonies of #034741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034741

Black with #034741

Text Example


Text Example

White with #034741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034741; }

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

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

background-color css

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

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

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

border-color css

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

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

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