Html Css Color HEX #024441 Cyprus

📋 copy color: '#024441'

red 2 ◦ green 68 ◦ blue 65

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

Shades of Cyprus #024441

Tints of Cyprus #024441

RGB

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

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

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

R = 1.48%
G = 50.37%
B = 48.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#024441 (or 0x024441) is known color: Cyprus. HEX triplet: 02, 44 and 41. RGB value is (2,68,65). Sum of RGB (Red+Green+Blue) = 2+68+65=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #024441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024441 is #FDBBBE. Grayscale: #2F2F2F. Windows color (decimal): -16628671 or 4277250. OLE color: 4277250.

HSL color Cylindrical-coordinate representation of color #024441: hue angle of 177.27º 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 #024441 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 65 -
CMYK 0.97 0 0.04 0.73
HSL 177.27º 0.94% 0.14% -
HSV(B) 177.27º 0.97% 0.27% -
XYZ 3.05 4.53 5.71 -
YUV 47.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 2 68 65 0.97 0 0.04 0.73 177.27 0.94 0.14
Hex 2 44 41 61 0 4 49 B1 5E E
Octal 2 104 101 141 0 4 111 261 136 16
Binary 10 1000100 1000001 1100001 0 100 1001001 10110001 1011110 1110

Color Harmonies of #024441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024441

Black with #024441

Text Example


Text Example

White with #024441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024441; }

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

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

background-color css

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

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

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

border-color css

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

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

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