Html Css Color HEX #023C40 Cyprus

📋 copy color: '#023C40'

red 2 ◦ green 60 ◦ blue 64

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

Shades of Cyprus #023C40

Tints of Cyprus #023C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 47.62%

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

R = 1.59%
G = 47.62%
B = 50.79%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#023C40 (or 0x023C40) is known color: Cyprus. HEX triplet: 02, 3C and 40. RGB value is (2,60,64). Sum of RGB (Red+Green+Blue) = 2+60+64=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #023C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C40 is #FDC3BF. Grayscale: #2B2B2B. Windows color (decimal): -16630720 or 4209666. OLE color: 4209666.

HSL color Cylindrical-coordinate representation of color #023C40: hue angle of 183.87º 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 #023C40 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 60 64 -
CMYK 0.97 0.06 0 0.75
HSL 183.87º 0.94% 0.13% -
HSV(B) 183.87º 0.97% 0.25% -
XYZ 2.57 3.61 5.41 -
YUV 43.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 2 60 64 0.97 0.06 0 0.75 183.87 0.94 0.13
Hex 2 3C 40 61 6 0 4B B8 5E D
Octal 2 74 100 141 6 0 113 270 136 15
Binary 10 111100 1000000 1100001 110 0 1001011 10111000 1011110 1101

Color Harmonies of #023C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C40

Black with #023C40

Text Example


Text Example

White with #023C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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