Html Css Color HEX #034641 Cyprus

📋 copy color: '#034641'

red 3 ◦ green 70 ◦ blue 65

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

Shades of Cyprus #034641

Tints of Cyprus #034641

RGB

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

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

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

R = 2.17%
G = 50.72%
B = 47.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#034641 (or 0x034641) is known color: Cyprus. HEX triplet: 03, 46 and 41. RGB value is (3,70,65). Sum of RGB (Red+Green+Blue) = 3+70+65=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #034641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034641 is #FCB9BE. Grayscale: #313131. Windows color (decimal): -16562623 or 4277763. OLE color: 4277763.

HSL color Cylindrical-coordinate representation of color #034641: hue angle of 175.52º 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 #034641 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 65 -
CMYK 0.96 0 0.07 0.73
HSL 175.52º 0.92% 0.14% -
HSV(B) 175.52º 0.96% 0.27% -
XYZ 3.18 4.78 5.76 -
YUV 49.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 3 70 65 0.96 0 0.07 0.73 175.52 0.92 0.14
Hex 3 46 41 60 0 7 49 B0 5C E
Octal 3 106 101 140 0 7 111 260 134 16
Binary 11 1000110 1000001 1100000 0 111 1001001 10110000 1011100 1110

Color Harmonies of #034641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034641

Black with #034641

Text Example


Text Example

White with #034641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034641; }

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

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

background-color css

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

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

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

border-color css

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

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

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