Html Css Color HEX #3C728D Calypso

📋 copy color: '#3C728D'

red 60 ◦ green 114 ◦ blue 141

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

Shades of Calypso #3C728D

Tints of Calypso #3C728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 19.05%
G = 36.19%
B = 44.76%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C728D (or 0x3C728D) is known color: Calypso. HEX triplet: 3C, 72 and 8D. RGB value is (60,114,141). Sum of RGB (Red+Green+Blue) = 60+114+141=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C728D is #C38D72. Grayscale: #646464. Windows color (decimal): -12815731 or 9269820. OLE color: 9269820.

HSL color Cylindrical-coordinate representation of color #3C728D: hue angle of 200º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C728D is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 114 141 -
CMYK 0.57 0.19 0 0.45
HSL 200º 0.4% 0.39% -
HSV(B) 200º 0.57% 0.55% -
XYZ 12.69 14.92 27.41 -
YUV 100.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 60 114 141 0.57 0.19 0 0.45 200 0.4 0.39
Hex 3C 72 8D 39 13 0 2D C8 28 27
Octal 74 162 215 71 23 0 55 310 50 47
Binary 111100 1110010 10001101 111001 10011 0 101101 11001000 101000 100111

Color Harmonies of #3C728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C728D

Black with #3C728D

Text Example


Text Example

White with #3C728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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