Html Css Color HEX #034239 Cyprus

📋 copy color: '#034239'

red 3 ◦ green 66 ◦ blue 57

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

Shades of Cyprus #034239

Tints of Cyprus #034239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 45.24%

R = 2.38%
G = 52.38%
B = 45.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#034239 (or 0x034239) is known color: Cyprus. HEX triplet: 03, 42 and 39. RGB value is (3,66,57). Sum of RGB (Red+Green+Blue) = 3+66+57=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #034239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034239 is #FCBDC6. Grayscale: #2E2E2E. Windows color (decimal): -16563655 or 3752451. OLE color: 3752451.

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

Color convert

RGB 3 66 57 -
CMYK 0.95 0 0.14 0.74
HSL 171.43º 0.91% 0.14% -
HSV(B) 171.43º 0.95% 0.26% -
XYZ 2.72 4.21 4.54 -
YUV 46.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 3 66 57 0.95 0 0.14 0.74 171.43 0.91 0.14
Hex 3 42 39 5F 0 E 4A AB 5B E
Octal 3 102 71 137 0 16 112 253 133 16
Binary 11 1000010 111001 1011111 0 1110 1001010 10101011 1011011 1110

Color Harmonies of #034239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034239

Black with #034239

Text Example


Text Example

White with #034239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034239; }

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

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

background-color css

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

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

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

border-color css

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

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

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