Html Css Color HEX #3C728B Calypso

📋 copy color: '#3C728B'

red 60 ◦ green 114 ◦ blue 139

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

Shades of Calypso #3C728B

Tints of Calypso #3C728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 19.17%
G = 36.42%
B = 44.41%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C728B (or 0x3C728B) is known color: Calypso. HEX triplet: 3C, 72 and 8B. RGB value is (60,114,139). Sum of RGB (Red+Green+Blue) = 60+114+139=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C728B is #C38D74. Grayscale: #646464. Windows color (decimal): -12815733 or 9138748. OLE color: 9138748.

HSL color Cylindrical-coordinate representation of color #3C728B: hue angle of 198.99º 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 #3C728B is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 114 139 -
CMYK 0.57 0.18 0 0.45
HSL 198.99º 0.4% 0.39% -
HSV(B) 198.99º 0.57% 0.55% -
XYZ 12.54 14.86 26.63 -
YUV 100.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 60 114 139 0.57 0.18 0 0.45 198.99 0.4 0.39
Hex 3C 72 8B 39 12 0 2D C7 28 27
Octal 74 162 213 71 22 0 55 307 50 47
Binary 111100 1110010 10001011 111001 10010 0 101101 11000111 101000 100111

Color Harmonies of #3C728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C728B

Black with #3C728B

Text Example


Text Example

White with #3C728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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