Html Css Color HEX #034841 Cyprus

📋 copy color: '#034841'

red 3 ◦ green 72 ◦ blue 65

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

Shades of Cyprus #034841

Tints of Cyprus #034841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.43%

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

R = 2.14%
G = 51.43%
B = 46.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#034841 (or 0x034841) is known color: Cyprus. HEX triplet: 03, 48 and 41. RGB value is (3,72,65). Sum of RGB (Red+Green+Blue) = 3+72+65=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #034841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034841 is #FCB7BE. Grayscale: #323232. Windows color (decimal): -16562111 or 4278275. OLE color: 4278275.

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

Color convert

RGB 3 72 65 -
CMYK 0.96 0 0.10 0.72
HSL 173.91º 0.92% 0.15% -
HSV(B) 173.91º 0.96% 0.28% -
XYZ 3.31 5.04 5.8 -
YUV 50.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 3 72 65 0.96 0 0.10 0.72 173.91 0.92 0.15
Hex 3 48 41 60 0 A 48 AE 5C F
Octal 3 110 101 140 0 12 110 256 134 17
Binary 11 1001000 1000001 1100000 0 1010 1001000 10101110 1011100 1111

Color Harmonies of #034841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034841

Black with #034841

Text Example


Text Example

White with #034841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034841; }

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

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

background-color css

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

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

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

border-color css

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

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

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