Html Css Color HEX #3F738C Calypso

📋 copy color: '#3F738C'

red 63 ◦ green 115 ◦ blue 140

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

Shades of Calypso #3F738C

Tints of Calypso #3F738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 19.81%
G = 36.16%
B = 44.03%

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

#3F738C (or 0x3F738C) is known color: Calypso. HEX triplet: 3F, 73 and 8C. RGB value is (63,115,140). Sum of RGB (Red+Green+Blue) = 63+115+140=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F738C is #C08C73. Grayscale: #666666. Windows color (decimal): -12618868 or 9204543. OLE color: 9204543.

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

Color convert

RGB 63 115 140 -
CMYK 0.55 0.18 0 0.45
HSL 199.48º 0.38% 0.4% -
HSV(B) 199.48º 0.55% 0.55% -
XYZ 12.91 15.21 27.07 -
YUV 102.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 63 115 140 0.55 0.18 0 0.45 199.48 0.38 0.4
Hex 3F 73 8C 37 12 0 2D C7 26 28
Octal 77 163 214 67 22 0 55 307 46 50
Binary 111111 1110011 10001100 110111 10010 0 101101 11000111 100110 101000

Color Harmonies of #3F738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F738C

Black with #3F738C

Text Example


Text Example

White with #3F738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,115,140); }

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

background-color css

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

 a { background-color: rgb(63,115,140); }

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

border-color css

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

 span { border-color: rgb(63,115,140); }

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