Html Css Color HEX #3F728B Calypso

📋 copy color: '#3F728B'

red 63 ◦ green 114 ◦ blue 139

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

Shades of Calypso #3F728B

Tints of Calypso #3F728B

RGB

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

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

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

R = 19.94%
G = 36.08%
B = 43.99%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F728B (or 0x3F728B) is known color: Calypso. HEX triplet: 3F, 72 and 8B. RGB value is (63,114,139). Sum of RGB (Red+Green+Blue) = 63+114+139=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F728B is #C08D74. Grayscale: #656565. Windows color (decimal): -12619125 or 9138751. OLE color: 9138751.

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

Color convert

RGB 63 114 139 -
CMYK 0.55 0.18 0 0.45
HSL 199.74º 0.38% 0.4% -
HSV(B) 199.74º 0.55% 0.55% -
XYZ 12.73 14.96 26.64 -
YUV 101.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 63 114 139 0.55 0.18 0 0.45 199.74 0.38 0.4
Hex 3F 72 8B 37 12 0 2D C8 26 28
Octal 77 162 213 67 22 0 55 310 46 50
Binary 111111 1110010 10001011 110111 10010 0 101101 11001000 100110 101000

Color Harmonies of #3F728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F728B

Black with #3F728B

Text Example


Text Example

White with #3F728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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