Html Css Color HEX #034142 Cyprus

📋 copy color: '#034142'

red 3 ◦ green 65 ◦ blue 66

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

Shades of Cyprus #034142

Tints of Cyprus #034142

RGB

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

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

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

R = 2.24%
G = 48.51%
B = 49.25%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#034142 (or 0x034142) is known color: Cyprus. HEX triplet: 03, 41 and 42. RGB value is (3,65,66). Sum of RGB (Red+Green+Blue) = 3+65+66=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #034142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034142 is #FCBEBD. Grayscale: #2E2E2E. Windows color (decimal): -16563902 or 4342019. OLE color: 4342019.

HSL color Cylindrical-coordinate representation of color #034142: hue angle of 180.95º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034142 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 65 66 -
CMYK 0.95 0.02 0 0.74
HSL 180.95º 0.91% 0.14% -
HSV(B) 180.95º 0.95% 0.26% -
XYZ 2.91 4.19 5.81 -
YUV 46.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 3 65 66 0.95 0.02 0 0.74 180.95 0.91 0.14
Hex 3 41 42 5F 2 0 4A B5 5B E
Octal 3 101 102 137 2 0 112 265 133 16
Binary 11 1000001 1000010 1011111 10 0 1001010 10110101 1011011 1110

Color Harmonies of #034142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034142

Black with #034142

Text Example


Text Example

White with #034142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034142; }

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

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

background-color css

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

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

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

border-color css

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

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

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