Html Css Color HEX #034842 Cyprus

📋 copy color: '#034842'

red 3 ◦ green 72 ◦ blue 66

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

Shades of Cyprus #034842

Tints of Cyprus #034842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.81%

R = 2.13%
G = 51.06%
B = 46.81%

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

#034842 (or 0x034842) is known color: Cyprus. HEX triplet: 03, 48 and 42. RGB value is (3,72,66). Sum of RGB (Red+Green+Blue) = 3+72+66=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #034842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034842 is #FCB7BD. Grayscale: #323232. Windows color (decimal): -16562110 or 4343811. OLE color: 4343811.

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

Color convert

RGB 3 72 66 -
CMYK 0.96 0 0.08 0.72
HSL 174.78º 0.92% 0.15% -
HSV(B) 174.78º 0.96% 0.28% -
XYZ 3.34 5.05 5.95 -
YUV 50.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 3 72 66 0.96 0 0.08 0.72 174.78 0.92 0.15
Hex 3 48 42 60 0 8 48 AF 5C F
Octal 3 110 102 140 0 10 110 257 134 17
Binary 11 1001000 1000010 1100000 0 1000 1001000 10101111 1011100 1111

Color Harmonies of #034842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034842

Black with #034842

Text Example


Text Example

White with #034842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034842; }

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

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

background-color css

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

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

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

border-color css

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

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

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