Html Css Color HEX #3C718F Calypso

📋 copy color: '#3C718F'

red 60 ◦ green 113 ◦ blue 143

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

Shades of Calypso #3C718F

Tints of Calypso #3C718F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 143 (56.25% from 255) = 45.25%

R = 18.99%
G = 35.76%
B = 45.25%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C718F (or 0x3C718F) is known color: Calypso. HEX triplet: 3C, 71 and 8F. RGB value is (60,113,143). Sum of RGB (Red+Green+Blue) = 60+113+143=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C718F is #C38E70. Grayscale: #646464. Windows color (decimal): -12815985 or 9400636. OLE color: 9400636.

HSL color Cylindrical-coordinate representation of color #3C718F: hue angle of 201.69º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C718F is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 113 143 -
CMYK 0.58 0.21 0 0.44
HSL 201.69º 0.41% 0.4% -
HSV(B) 201.69º 0.58% 0.56% -
XYZ 12.73 14.75 28.16 -
YUV 100.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 60 113 143 0.58 0.21 0 0.44 201.69 0.41 0.4
Hex 3C 71 8F 3A 15 0 2C CA 29 28
Octal 74 161 217 72 25 0 54 312 51 50
Binary 111100 1110001 10001111 111010 10101 0 101100 11001010 101001 101000

Color Harmonies of #3C718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C718F

Black with #3C718F

Text Example


Text Example

White with #3C718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,113,143); }

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

background-color css

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

 a { background-color: rgb(60,113,143); }

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

border-color css

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

 span { border-color: rgb(60,113,143); }

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