Html Css Color HEX #034B3F Cyprus

📋 copy color: '#034B3F'

red 3 ◦ green 75 ◦ blue 63

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

Shades of Cyprus #034B3F

Tints of Cyprus #034B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 53.19%

 BLUE value IS 63 (25% from 255) = 44.68%

R = 2.13%
G = 53.19%
B = 44.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#034B3F (or 0x034B3F) is known color: Cyprus. HEX triplet: 03, 4B and 3F. RGB value is (3,75,63). Sum of RGB (Red+Green+Blue) = 3+75+63=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #034B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B3F is #FCB4C0. Grayscale: #343434. Windows color (decimal): -16561345 or 4147971. OLE color: 4147971.

HSL color Cylindrical-coordinate representation of color #034B3F: hue angle of 170º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034B3F is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 75 63 -
CMYK 0.96 0 0.16 0.71
HSL 170º 0.92% 0.15% -
HSV(B) 170º 0.96% 0.29% -
XYZ 3.45 5.41 5.57 -
YUV 52.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 3 75 63 0.96 0 0.16 0.71 170 0.92 0.15
Hex 3 4B 3F 60 0 10 47 AA 5C F
Octal 3 113 77 140 0 20 107 252 134 17
Binary 11 1001011 111111 1100000 0 10000 1000111 10101010 1011100 1111

Color Harmonies of #034B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034B3F

Black with #034B3F

Text Example


Text Example

White with #034B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034B3F; }

 p { color: rgb(3,75,63); }

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

background-color css

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

 a { background-color: rgb(3,75,63); }

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

border-color css

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

 span { border-color: rgb(3,75,63); }

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