Html Css Color HEX #034241 Cyprus

📋 copy color: '#034241'

red 3 ◦ green 66 ◦ blue 65

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

Shades of Cyprus #034241

Tints of Cyprus #034241

RGB

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

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

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

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

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #034241: hue angle of 179.05º 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 #034241 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 66 65 -
CMYK 0.95 0 0.02 0.74
HSL 179.05º 0.91% 0.14% -
HSV(B) 179.05º 0.95% 0.26% -
XYZ 2.94 4.3 5.68 -
YUV 47.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 3 66 65 0.95 0 0.02 0.74 179.05 0.91 0.14
Hex 3 42 41 5F 0 2 4A B3 5B E
Octal 3 102 101 137 0 2 112 263 133 16
Binary 11 1000010 1000001 1011111 0 10 1001010 10110011 1011011 1110

Color Harmonies of #034241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034241

Black with #034241

Text Example


Text Example

White with #034241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034241; }

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

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

background-color css

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

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

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

border-color css

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

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

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