Html Css Color HEX #3F708D Calypso

📋 copy color: '#3F708D'

red 63 ◦ green 112 ◦ blue 141

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

Shades of Calypso #3F708D

Tints of Calypso #3F708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 19.94%
G = 35.44%
B = 44.62%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F708D (or 0x3F708D) is known color: Calypso. HEX triplet: 3F, 70 and 8D. RGB value is (63,112,141). Sum of RGB (Red+Green+Blue) = 63+112+141=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F708D is #C08F72. Grayscale: #646464. Windows color (decimal): -12619635 or 9269311. OLE color: 9269311.

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

Color convert

RGB 63 112 141 -
CMYK 0.55 0.21 0 0.45
HSL 202.31º 0.38% 0.4% -
HSV(B) 202.31º 0.55% 0.55% -
XYZ 12.65 14.57 27.34 -
YUV 100.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 63 112 141 0.55 0.21 0 0.45 202.31 0.38 0.4
Hex 3F 70 8D 37 15 0 2D CA 26 28
Octal 77 160 215 67 25 0 55 312 46 50
Binary 111111 1110000 10001101 110111 10101 0 101101 11001010 100110 101000

Color Harmonies of #3F708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F708D

Black with #3F708D

Text Example


Text Example

White with #3F708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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