Html Css Color HEX #3F728D Calypso

📋 copy color: '#3F728D'

red 63 ◦ green 114 ◦ blue 141

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

Shades of Calypso #3F728D

Tints of Calypso #3F728D

RGB

 RED value IS 63 (25% from 255) = 19.81%

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

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

R = 19.81%
G = 35.85%
B = 44.34%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F728D (or 0x3F728D) is known color: Calypso. HEX triplet: 3F, 72 and 8D. RGB value is (63,114,141). Sum of RGB (Red+Green+Blue) = 63+114+141=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F728D is #C08D72. Grayscale: #656565. Windows color (decimal): -12619123 or 9269823. OLE color: 9269823.

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

Color convert

RGB 63 114 141 -
CMYK 0.55 0.19 0 0.45
HSL 200.77º 0.38% 0.4% -
HSV(B) 200.77º 0.55% 0.55% -
XYZ 12.87 15.01 27.42 -
YUV 101.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 63 114 141 0.55 0.19 0 0.45 200.77 0.38 0.4
Hex 3F 72 8D 37 13 0 2D C9 26 28
Octal 77 162 215 67 23 0 55 311 46 50
Binary 111111 1110010 10001101 110111 10011 0 101101 11001001 100110 101000

Color Harmonies of #3F728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F728D

Black with #3F728D

Text Example


Text Example

White with #3F728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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