Html Css Color HEX #034137 Cyprus

📋 copy color: '#034137'

red 3 ◦ green 65 ◦ blue 55

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

Shades of Cyprus #034137

Tints of Cyprus #034137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.85%

 BLUE value IS 55 (21.88% from 255) = 44.72%

R = 2.44%
G = 52.85%
B = 44.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#034137 (or 0x034137) is known color: Cyprus. HEX triplet: 03, 41 and 37. RGB value is (3,65,55). Sum of RGB (Red+Green+Blue) = 3+65+55=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #034137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034137 is #FCBEC8. Grayscale: #2D2D2D. Windows color (decimal): -16563913 or 3621123. OLE color: 3621123.

HSL color Cylindrical-coordinate representation of color #034137: hue angle of 170.32º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034137 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 65 55 -
CMYK 0.95 0 0.15 0.75
HSL 170.32º 0.91% 0.13% -
HSV(B) 170.32º 0.95% 0.25% -
XYZ 2.62 4.08 4.26 -
YUV 45.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 3 65 55 0.95 0 0.15 0.75 170.32 0.91 0.13
Hex 3 41 37 5F 0 F 4B AA 5B D
Octal 3 101 67 137 0 17 113 252 133 15
Binary 11 1000001 110111 1011111 0 1111 1001011 10101010 1011011 1101

Color Harmonies of #034137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034137

Black with #034137

Text Example


Text Example

White with #034137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034137; }

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

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

background-color css

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

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

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

border-color css

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

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

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