Html Css Color HEX #024440 Cyprus

📋 copy color: '#024440'

red 2 ◦ green 68 ◦ blue 64

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

Shades of Cyprus #024440

Tints of Cyprus #024440

RGB

 RED value IS 2 (1.17% from 255) = 1.49%

 GREEN value IS 68 (26.95% from 255) = 50.75%

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 1.49%
G = 50.75%
B = 47.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#024440 (or 0x024440) is known color: Cyprus. HEX triplet: 02, 44 and 40. RGB value is (2,68,64). Sum of RGB (Red+Green+Blue) = 2+68+64=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #024440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024440 is #FDBBBF. Grayscale: #2F2F2F. Windows color (decimal): -16628672 or 4211714. OLE color: 4211714.

HSL color Cylindrical-coordinate representation of color #024440: hue angle of 176.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024440 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 64 -
CMYK 0.97 0 0.06 0.73
HSL 176.36º 0.94% 0.14% -
HSV(B) 176.36º 0.97% 0.27% -
XYZ 3.02 4.52 5.56 -
YUV 47.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 2 68 64 0.97 0 0.06 0.73 176.36 0.94 0.14
Hex 2 44 40 61 0 6 49 B0 5E E
Octal 2 104 100 141 0 6 111 260 136 16
Binary 10 1000100 1000000 1100001 0 110 1001001 10110000 1011110 1110

Color Harmonies of #024440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024440

Black with #024440

Text Example


Text Example

White with #024440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024440; }

 p { color: rgb(2,68,64); }

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

background-color css

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

 a { background-color: rgb(2,68,64); }

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

border-color css

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

 span { border-color: rgb(2,68,64); }

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