Html Css Color HEX #3F728A Calypso

📋 copy color: '#3F728A'

red 63 ◦ green 114 ◦ blue 138

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

Shades of Calypso #3F728A

Tints of Calypso #3F728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 20%
G = 36.19%
B = 43.81%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F728A (or 0x3F728A) is known color: Calypso. HEX triplet: 3F, 72 and 8A. RGB value is (63,114,138). Sum of RGB (Red+Green+Blue) = 63+114+138=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F728A is #C08D75. Grayscale: #656565. Windows color (decimal): -12619126 or 9073215. OLE color: 9073215.

HSL color Cylindrical-coordinate representation of color #3F728A: hue angle of 199.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F728A is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 114 138 -
CMYK 0.54 0.17 0 0.46
HSL 199.2º 0.37% 0.39% -
HSV(B) 199.2º 0.54% 0.54% -
XYZ 12.65 14.93 26.26 -
YUV 101.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 63 114 138 0.54 0.17 0 0.46 199.2 0.37 0.39
Hex 3F 72 8A 36 11 0 2E C7 25 27
Octal 77 162 212 66 21 0 56 307 45 47
Binary 111111 1110010 10001010 110110 10001 0 101110 11000111 100101 100111

Color Harmonies of #3F728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F728A

Black with #3F728A

Text Example


Text Example

White with #3F728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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