Html Css Color HEX #3C727F Calypso

📋 copy color: '#3C727F'

red 60 ◦ green 114 ◦ blue 127

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

Shades of Calypso #3C727F

Tints of Calypso #3C727F

RGB

 RED value IS 60 (23.83% from 255) = 19.93%

 GREEN value IS 114 (44.92% from 255) = 37.87%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 19.93%
G = 37.87%
B = 42.19%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C727F (or 0x3C727F) is known color: Calypso. HEX triplet: 3C, 72 and 7F. RGB value is (60,114,127). Sum of RGB (Red+Green+Blue) = 60+114+127=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C727F is #C38D80. Grayscale: #636363. Windows color (decimal): -12815745 or 8352316. OLE color: 8352316.

HSL color Cylindrical-coordinate representation of color #3C727F: hue angle of 191.64º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C727F is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 114 127 -
CMYK 0.53 0.10 0 0.50
HSL 191.64º 0.36% 0.37% -
HSV(B) 191.64º 0.53% 0.5% -
XYZ 11.71 14.53 22.27 -
YUV 99.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 60 114 127 0.53 0.10 0 0.50 191.64 0.36 0.37
Hex 3C 72 7F 35 A 0 32 C0 24 25
Octal 74 162 177 65 12 0 62 300 44 45
Binary 111100 1110010 1111111 110101 1010 0 110010 11000000 100100 100101

Color Harmonies of #3C727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C727F

Black with #3C727F

Text Example


Text Example

White with #3C727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C727F; }

 p { color: rgb(60,114,127); }

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

background-color css

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

 a { background-color: rgb(60,114,127); }

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

border-color css

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

 span { border-color: rgb(60,114,127); }

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