Html Css Color HEX #023F41 Cyprus

📋 copy color: '#023F41'

red 2 ◦ green 63 ◦ blue 65

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

Shades of Cyprus #023F41

Tints of Cyprus #023F41

RGB

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

 GREEN value IS 63 (25% from 255) = 48.46%

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

R = 1.54%
G = 48.46%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#023F41 (or 0x023F41) is known color: Cyprus. HEX triplet: 02, 3F and 41. RGB value is (2,63,65). Sum of RGB (Red+Green+Blue) = 2+63+65=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #023F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F41 is #FDC0BE. Grayscale: #2C2C2C. Windows color (decimal): -16629951 or 4275970. OLE color: 4275970.

HSL color Cylindrical-coordinate representation of color #023F41: hue angle of 181.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F41 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 63 65 -
CMYK 0.97 0.03 0 0.75
HSL 181.9º 0.94% 0.13% -
HSV(B) 181.9º 0.97% 0.25% -
XYZ 2.76 3.95 5.62 -
YUV 44.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 2 63 65 0.97 0.03 0 0.75 181.9 0.94 0.13
Hex 2 3F 41 61 3 0 4B B6 5E D
Octal 2 77 101 141 3 0 113 266 136 15
Binary 10 111111 1000001 1100001 11 0 1001011 10110110 1011110 1101

Color Harmonies of #023F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F41

Black with #023F41

Text Example


Text Example

White with #023F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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