Html Css Color HEX #034A42 Cyprus

📋 copy color: '#034A42'

red 3 ◦ green 74 ◦ blue 66

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

Shades of Cyprus #034A42

Tints of Cyprus #034A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 51.75%

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

R = 2.1%
G = 51.75%
B = 46.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#034A42 (or 0x034A42) is known color: Cyprus. HEX triplet: 03, 4A and 42. RGB value is (3,74,66). Sum of RGB (Red+Green+Blue) = 3+74+66=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #034A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A42 is #FCB5BD. Grayscale: #333333. Windows color (decimal): -16561598 or 4344323. OLE color: 4344323.

HSL color Cylindrical-coordinate representation of color #034A42: hue angle of 173.24º 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 #034A42 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 74 66 -
CMYK 0.96 0 0.11 0.71
HSL 173.24º 0.92% 0.15% -
HSV(B) 173.24º 0.96% 0.29% -
XYZ 3.47 5.31 6 -
YUV 51.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 3 74 66 0.96 0 0.11 0.71 173.24 0.92 0.15
Hex 3 4A 42 60 0 B 47 AD 5C F
Octal 3 112 102 140 0 13 107 255 134 17
Binary 11 1001010 1000010 1100000 0 1011 1000111 10101101 1011100 1111

Color Harmonies of #034A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A42

Black with #034A42

Text Example


Text Example

White with #034A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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